summaryrefslogtreecommitdiffstats
path: root/stdlib/scanf.ml
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>2007-05-08 16:58:11 +0000
committerPierre Weis <Pierre.Weis@inria.fr>2007-05-08 16:58:11 +0000
commit4f37f1c289e3178e7b7c40b532e05348849cde16 (patch)
tree1e2b7b3760c374696e31c985b1afda45da119217 /stdlib/scanf.ml
parentd148e1954eb28bccb8ccad3d3688ca7f8d182394 (diff)
Documentation.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8212 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/scanf.ml')
-rw-r--r--stdlib/scanf.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/scanf.ml b/stdlib/scanf.ml
index a32a48b3f..5f497fcf4 100644
--- a/stdlib/scanf.ml
+++ b/stdlib/scanf.ml
@@ -968,7 +968,7 @@ let list_iter_i f l =
If the entire scanning succeeds (i.e. the format string has been
exhausted and the buffer has provided tokens according to the
- format string), the tokens are applied to [f].
+ format string), [f] is applied to the tokens.
If the scanning or some conversion fails, the main scanning function
aborts and applies the scanning buffer and a string that explains