mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
fix: insert missing symbol into range doc comments
This commit is contained in:
parent
3b49ad2a4e
commit
14ad490c7e
2 changed files with 2 additions and 2 deletions
|
|
@ -183,7 +183,7 @@ val ( -- ) : int -> int -> int t
|
|||
[a] and [b] (therefore, never empty). *)
|
||||
|
||||
val ( --^ ) : int -> int -> int t
|
||||
(** [a -- b] is the integer range from [a] to [b], where [b] is excluded. *)
|
||||
(** [a --^ b] is the integer range from [a] to [b], where [b] is excluded. *)
|
||||
|
||||
(** {2 Operations on two Collections} *)
|
||||
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ val ( -- ) : int -> int -> int t
|
|||
@since 0.10 *)
|
||||
|
||||
val ( --^ ) : int -> int -> int t
|
||||
(** [a -- b] is the integer range from [a] to [b], where [b] is excluded.
|
||||
(** [a --^ b] is the integer range from [a] to [b], where [b] is excluded.
|
||||
@since 0.17 *)
|
||||
|
||||
val pp : 'a printer -> 'a t printer
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue