diff options
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... *) |