Skip to content

Commit 55a825d

Browse files
committed
review: typo in documentation
1 parent 06a78f6 commit 55a825d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/format.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,8 +1270,8 @@ val pp_print_text : formatter -> string -> unit
12701270
*)
12711271

12721272
val format_text: ('a,'b,'c,'d,'e,'f) format6 -> ('a,'b,'c,'d,'e,'f) format6
1273-
(** [text fmt] replaces spaces and newlines in the format string literal [fmt]
1274-
with hint breaks or forced newlines:
1273+
(** [format_text fmt] replaces spaces and newlines in the format string literal
1274+
[fmt] with hint breaks or forced newlines:
12751275
- Blank lines (lines made only of spaces ([U+0020])) are replaced by ["\@n"].
12761276
- Sequences of spaces and a newline ([U+000A]) preceding a blank line are
12771277
replaced by ["\@n"]: blank lines remain blank lines in the output.

0 commit comments

Comments
 (0)