diff options
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 90e6dbffe1..86e1ebd199 100644 --- a/stdlib/marshal.mli +++ b/stdlib/marshal.mli @@ -27,7 +27,7 @@ making it impossible to check that the data read back possesses the type expected by the context. In particular, the result type of the [Marshal.from_*] functions is given as ['a], but this is - misleading: the returned Caml value does not possess type ['a] + misleading: the returned OCaml value does not possess type ['a] for all ['a]; it has one, unique type which cannot be determined at compile-type. The programmer should explicitly give the expected type of the returned value, using the following syntax: |