diff options
author | Alain Frisch <alain@frisch.fr> | 2013-04-18 12:56:28 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2013-04-18 12:56:28 +0000 |
commit | 261eaed8b2a7078dbe83f859d2459ae3a742daf1 (patch) | |
tree | 01b633c4e5382ae47a27c8696de1724278d8a925 /stdlib | |
parent | e29c9d29564e06d897907631b9df49a51a2baa2d (diff) |
Typo.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13555 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-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 4de431f0d..dab6bbb56 100644 --- a/stdlib/marshal.mli +++ b/stdlib/marshal.mli @@ -35,7 +35,7 @@ Apart from that marshaling is not type-safe, it's also risky to marshal exception or any OCaml values of type that contains - exception in it's defininition or in dependent + exception in its defininition or in dependent definitions. Although it's possible to marshal and unmarshal these OCaml values, it's not possible anymore to match the exception contained in it using match construct. The same principle applies |