summaryrefslogtreecommitdiff
path: root/ALGORITHM.md
diff options
context:
space:
mode:
Diffstat (limited to 'ALGORITHM.md')
-rw-r--r--ALGORITHM.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ALGORITHM.md b/ALGORITHM.md
index f4f9b27..9bb4e56 100644
--- a/ALGORITHM.md
+++ b/ALGORITHM.md
@@ -69,7 +69,7 @@ is able to score based on the optimal match.
* Matches (positive score)
* consecutive
* following a slash
- * following a space, underscore, dash, or number (the start of a word)
+ * following a space, underscore, or dash (the start of a word)
* capital letter (the start of a CamelCase word)
* following a dot (often a file extension)