From 261eaed8b2a7078dbe83f859d2459ae3a742daf1 Mon Sep 17 00:00:00 2001 From: Alain Frisch Date: Thu, 18 Apr 2013 12:56:28 +0000 Subject: [PATCH] Typo. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13555 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- stdlib/marshal.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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