We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218a5e2 commit 53a1a7dCopy full SHA for 53a1a7d
core.go
@@ -20,7 +20,7 @@ type Options struct {
20
// "Do not normalize latin script letters for matching."
21
Normalize bool
22
// Array with options from {ByScore, ByLength, ByBegin, ByEnd}.
23
- // Metches will first be sorted by the first element, ties will be sorted by
+ // Matches will first be sorted by the first element, ties will be sorted by
24
// second element, etc.
25
// ByScore: Each match is scored (see algo file for more info), higher score
26
// comes first
0 commit comments