diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2004-11-02 10:41:43 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2004-11-02 10:41:43 +0000 |
commit | 06703fdc45f7142cc32a269869f9ce5e4309be10 (patch) | |
tree | 1fa9b2ee3abc2eb00aafa244796d88507f262ee2 /stdlib | |
parent | a4bc8340a591e4d8086f57318739ed48c54d49da (diff) |
typo dans un commentaire
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6652 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-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 01f0e754e..94253eb9a 100644 --- a/stdlib/scanf.mli +++ b/stdlib/scanf.mli @@ -190,7 +190,7 @@ val bscanf : just before the next matching [c] (which is skipped). If no [c] character is encountered, the string token spreads as much as possible. For instance, ["%s@\t"] reads a string up to the next - tabulation character. If a scanning indication [\@c] does not + tabulation character. If a scanning indication [@c] does not follow a string conversion, it is ignored and treated as a plain [c] character. |