Skip to content

Commit 08b8e79

Browse files
authored
Merge pull request #3830 from nikgraf/patch-6
fix isSortedExample
2 parents 5e49799 + 021cece commit 08b8e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/others/belt_SortArray.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ val isSorted: 'a array -> ('a -> 'a -> int) -> bool
6060
(** [isSorted arr cmp]
6161
@return true if array is increasingly sorted (equal is okay )
6262
@example {[
63-
isSorted [|1;1;2;3;4|] (fun x y -> compare x y)) = true
63+
isSorted [|1;1;2;3;4|] (fun x y -> compare x y) = true
6464
]}
6565
*)
6666

0 commit comments

Comments
 (0)