diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 2009-07-03 08:37:36 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 2009-07-03 08:37:36 +0000 |
commit | 5cb9bece841dbf819a6d16b576e2f09fdfec5ae3 (patch) | |
tree | e73440cda16669275ca1b8e85456b3852ec178a6 | |
parent | c9839c874ae36f2eea405e90bf5aa77c17ad3d7b (diff) |
Typos.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9307 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | stdlib/pervasives.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/pervasives.mli b/stdlib/pervasives.mli index b8e0e71de..06b16d7b5 100644 --- a/stdlib/pervasives.mli +++ b/stdlib/pervasives.mli @@ -17,7 +17,7 @@ This module provides the basic operations over the built-in types (numbers, booleans, strings, exceptions, references, lists, arrays, - input-output channels, ...) + input-output channels, ...). This module is automatically opened at the beginning of each compilation. All components of this module can therefore be referred by their short @@ -881,9 +881,9 @@ val at_exit : (unit -> unit) -> unit The functions are called in ``last in, first out'' order: the function most recently added with [at_exit] is called first. *) - (**/**) + (** {6 For system use only, not for the casual user} *) val valid_float_lexem : string -> string |