Skip to content

Commit 53a1a7d

Browse files
committed
fix(docs): fix type in Matches
1 parent 218a5e2 commit 53a1a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type Options struct {
2020
// "Do not normalize latin script letters for matching."
2121
Normalize bool
2222
// Array with options from {ByScore, ByLength, ByBegin, ByEnd}.
23-
// Metches will first be sorted by the first element, ties will be sorted by
23+
// Matches will first be sorted by the first element, ties will be sorted by
2424
// second element, etc.
2525
// ByScore: Each match is scored (see algo file for more info), higher score
2626
// comes first

0 commit comments

Comments
 (0)