diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2011-05-13 13:30:30 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2011-05-13 13:30:30 +0000 |
commit | 9007782d63c00de55da0a19173d3f9985a13b52d (patch) | |
tree | dd3072ad9b81e6e16c8a0724dca413160d71d3b4 | |
parent | 31b0292413bc64305ba2a1ea7dd309f32e54c575 (diff) |
line break in doc
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11042 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | stdlib/string.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/string.mli b/stdlib/string.mli index a2d995df2..8c0889803 100644 --- a/stdlib/string.mli +++ b/stdlib/string.mli @@ -96,8 +96,8 @@ val iter : (char -> unit) -> string -> unit val iteri : (int -> char -> unit) -> string -> unit (** Same as {!String.iter}, but the - function is applied to the index of the element as first argument (counting from 0), - and the character itself as second argument. + function is applied to the index of the element as first argument + (counting from 0), and the character itself as second argument. @since 3.13.0 *) |