Skip to content

Commit a5ec604

Browse files
committed
missing @SInCE tags in stdlib/uchar.mli
1 parent f970e28 commit a5ec604

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

stdlib/uchar.mli

+6-2
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,16 @@ val max : t
3434
val bom : t
3535
(** [bom] is U+FEFF, the
3636
{{:http://unicode.org/glossary/#byte_order_mark}byte order mark} (BOM)
37-
character. *)
37+
character.
38+
39+
@since 4.06.0 *)
3840

3941
val rep : t
4042
(** [rep] is U+FFFD, the
4143
{{:http://unicode.org/glossary/#replacement_character}replacement}
42-
character. *)
44+
character.
45+
46+
@since 4.06.0 *)
4347

4448
val succ : t -> t
4549
(** [succ u] is the scalar value after [u] in the set of Unicode scalar

0 commit comments

Comments
 (0)