diff options
Diffstat (limited to 'stdlib/scanf.mli')
-rw-r--r-- | stdlib/scanf.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/scanf.mli b/stdlib/scanf.mli index dfbc93289..3a5a0ac65 100644 --- a/stdlib/scanf.mli +++ b/stdlib/scanf.mli @@ -130,7 +130,7 @@ val bscanf : - [N]: applies [f] to the number of tokens read so far. - [%]: matches one [%] character in the input. - Following the [%] character introducing a conversion there may be + Following the [%] character introducing a conversion, there may be the special flag [_]: the conversion that follows occurs as usual, but the resulting value is discarded. |