line break in doc

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11042 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2011-05-13 13:30:30 +00:00
parent 31b0292413
commit 9007782d63
1 changed files with 2 additions and 2 deletions

View File

@ -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
*)