File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ val concat : string -> string list -> string
139
139
val cat : string -> string -> string
140
140
(* * [cat s1 s2] concatenates s1 and s2 ([s1 ^ s2]).
141
141
142
- @raise Invalid_argument if the result is longer then
143
- than {!Sys.max_string_length} bytes.
142
+ @raise Invalid_argument if the result is longer than
143
+ {!Sys.max_string_length} bytes.
144
144
145
145
@since 4.13.0
146
146
*)
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ val concat : sep:string -> string list -> string
139
139
val cat : string -> string -> string
140
140
(* * [cat s1 s2] concatenates s1 and s2 ([s1 ^ s2]).
141
141
142
- @raise Invalid_argument if the result is longer then
143
- than {!Sys.max_string_length} bytes.
142
+ @raise Invalid_argument if the result is longer than
143
+ {!Sys.max_string_length} bytes.
144
144
145
145
@since 4.13.0
146
146
*)
You can’t perform that action at this time.
0 commit comments