line break in doc
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11042 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
31b0292413
commit
9007782d63
|
@ -96,8 +96,8 @@ val iter : (char -> unit) -> string -> unit
|
||||||
|
|
||||||
val iteri : (int -> char -> unit) -> string -> unit
|
val iteri : (int -> char -> unit) -> string -> unit
|
||||||
(** Same as {!String.iter}, but the
|
(** Same as {!String.iter}, but the
|
||||||
function is applied to the index of the element as first argument (counting from 0),
|
function is applied to the index of the element as first argument
|
||||||
and the character itself as second argument.
|
(counting from 0), and the character itself as second argument.
|
||||||
@since 3.13.0
|
@since 3.13.0
|
||||||
*)
|
*)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue