Skip to content

Commit 0a52e1c

Browse files
committed
Fix typo
1 parent 3170ad7 commit 0a52e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core__String.resi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ external padEnd: (string, int, string) => string = "padEnd"
961961

962962
/**
963963
`localeCompare(referenceStr, compareStr)` returns a float than indicatings
964-
whether a reference string comes before or fater, or is the same as the given
964+
whether a reference string comes before or after, or is the same as the given
965965
string in sort order. If `referenceStr` occurs before `compareStr` positive if
966966
the `referenceStr` occurs after `compareStr`, `0` if they are equivalent.
967967
Do not rely on exact return values of `-1` or `1`

0 commit comments

Comments
 (0)