We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e49799 commit 021ceceCopy full SHA for 021cece
jscomp/others/belt_SortArray.mli
@@ -60,7 +60,7 @@ val isSorted: 'a array -> ('a -> 'a -> int) -> bool
60
(** [isSorted arr cmp]
61
@return true if array is increasingly sorted (equal is okay )
62
@example {[
63
- isSorted [|1;1;2;3;4|] (fun x y -> compare x y)) = true
+ isSorted [|1;1;2;3;4|] (fun x y -> compare x y) = true
64
]}
65
*)
66
0 commit comments