diff options
author | Max Mouratov <mmouratov@gmail.com> | 2017-03-29 02:05:29 +0500 |
---|---|---|
committer | David Allsopp <david.allsopp@metastack.com> | 2017-04-06 14:16:18 +0200 |
commit | c3292555219845eab04758a1240ace36e9f7fb24 (patch) | |
tree | 2a775cc849a95b3486a0aab344ee4fa2048807c2 /stdlib/marshal.mli | |
parent | d283470ae8b6985ca2a4f3ba5709033b019f869a (diff) | |
download | ocaml-c3292555219845eab04758a1240ace36e9f7fb24.tar.gz |
Fixed grammar in user-facing comments and README
Diffstat (limited to 'stdlib/marshal.mli')
-rw-r--r-- | stdlib/marshal.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/marshal.mli b/stdlib/marshal.mli index 7790d21573..c287a2914e 100644 --- a/stdlib/marshal.mli +++ b/stdlib/marshal.mli @@ -90,7 +90,7 @@ val to_channel : out_channel -> 'a -> extern_flags list -> unit digest of the code transmitted along with the code position.) The exact definition of which free variables are captured in a - closure is not specified and can very between bytecode and native + closure is not specified and can vary between bytecode and native code (and according to optimization flags). In particular, a function value accessing a global reference may or may not include the reference in its closure. If it does, unmarshaling the |