summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>2004-09-29 09:57:30 +0000
committerPierre Weis <Pierre.Weis@inria.fr>2004-09-29 09:57:30 +0000
commitaf5c49f878dc38724bffaaeaa08d985552e645d9 (patch)
tree687fbeb8e59b90fcb6c27e877528e50f402959d5
parent47a8343f6e39745fdd5066258b6fe1161119c69b (diff)
Typo.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6623 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--stdlib/scanf.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/scanf.mli b/stdlib/scanf.mli
index 5dd2527f5..957232ba1 100644
--- a/stdlib/scanf.mli
+++ b/stdlib/scanf.mli
@@ -160,7 +160,7 @@ val bscanf :
succeeds and returns the format string ["number is %u"].
- [\( fmt %\)]: scanning format insertion.
This conversion reads a format string specified by [fmt] with
- the same conventions as the [\{ fmt \}] conversion above.
+ the same conventions as the [\{ fmt %\}] conversion above.
After successful reading of a format string compatible with
[fmt], the scanning process goes on, first scanning according to
the very format string read, then resuming as usual to the