diff options
author | Basile Starynkevitch <basile.starynkevitch@inria.fr> | 2003-10-15 07:34:23 +0000 |
---|---|---|
committer | Basile Starynkevitch <basile.starynkevitch@inria.fr> | 2003-10-15 07:34:23 +0000 |
commit | b3a4e2e07a9377e6306b5938a4fb43bf0bbebb8b (patch) | |
tree | 7e6c4e9ffc9078b807d52ecf447dc1aad1caa093 /stdlib | |
parent | 8aa118431035363a23abfb82fcc085e2a5775438 (diff) |
typo
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5869 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/scanf.mli | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/scanf.mli b/stdlib/scanf.mli index d51aefc47..5d0e71f41 100644 --- a/stdlib/scanf.mli +++ b/stdlib/scanf.mli @@ -183,10 +183,10 @@ val bscanf : [Str]), stream parsers, [ocamllex]-generated lexers, [ocamlyacc]-generated parsers. - - Scanning indications are similar those in the [Format] module; - hence it is advised to use [!Format.fprintf] (and not - [!Printf.fprintf]) and related functions to produce formatted text - to be scanned by [!Scanf.bscanf] ... + - Scanning indications are similar to those in the [Format] module; + hence it is advised to use [!Format.fprintf] and related functions + (instead of [!Printf.fprintf] ...) to produce formatted text to be + scanned by [!Scanf.bscanf] etc... *) |