File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ val ( -- ) : int -> int -> int t
183183 [a] and [b] (therefore, never empty). *)
184184
185185val ( --^ ) : 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
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ val ( -- ) : int -> int -> int t
139139 @since 0.10 *)
140140
141141val ( --^ ) : 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
145145val pp : 'a printer -> 'a t printer
You can’t perform that action at this time.
0 commit comments