summaryrefslogtreecommitdiffstats
path: root/stdlib/scanf.ml
diff options
context:
space:
mode:
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