Skip to content

Commit 14ad490

Browse files
isti115c-cube
authored andcommitted
fix: insert missing symbol into range doc comments
1 parent 3b49ad2 commit 14ad490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/CCSeq.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ val ( -- ) : int -> int -> int t
183183
[a] and [b] (therefore, never empty). *)
184184

185185
val ( --^ ) : int -> int -> int t
186-
(** [a -- b] is the integer range from [a] to [b], where [b] is excluded. *)
186+
(** [a --^ b] is the integer range from [a] to [b], where [b] is excluded. *)
187187

188188
(** {2 Operations on two Collections} *)
189189

src/data/CCFQueue.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ val ( -- ) : int -> int -> int t
139139
@since 0.10 *)
140140

141141
val ( --^ ) : int -> int -> int t
142-
(** [a -- b] is the integer range from [a] to [b], where [b] is excluded.
142+
(** [a --^ b] is the integer range from [a] to [b], where [b] is excluded.
143143
@since 0.17 *)
144144

145145
val pp : 'a printer -> 'a t printer

0 commit comments

Comments
 (0)