diff options
author | Alain Frisch <alain@frisch.fr> | 2013-05-16 12:38:31 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2013-05-16 12:38:31 +0000 |
commit | e4098f9f42000fbf2381a96115142a4aa3ba4a34 (patch) | |
tree | 32737aef3bf558a01f194a6fb0ba6361456acbf8 | |
parent | f51bc04b55fbe22533f1075193dd3b2e52721f15 (diff) |
Typo.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13684 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | Changes | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ Compilers: uses lots of functors. - PR#5986: added flag -compat-32 to ocamlc, ensuring that the generated bytecode executable can be loaded on 32-bit hosts. -- PR#5980: warning on open statement which shadow an existing identifier (which turns out to be actually used in the scope of the open) +- PR#5980: warning on open statements which shadow an existing identifier (which turns out to be actually used in the scope of the open) Standard library: - PR#5986: new flag Marshal.Compat_32 for the serialization functions |