Commit b8fc738ddeaf003b369bf938bd0cc1fbbb2c7605
1 parent
66d06bce
Exists in
master
and in
18 other branches
Added note about most matches [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -281,7 +281,7 @@ Option | Matches | Example |
281 | 281 | `:text_middle` | any part of text | `een app` matches `green apple` |
282 | 282 | `:text_end` | end of text | `ple` matches `green apple`, `een` does not match |
283 | 283 | |
284 | -The default is `:word`. | |
284 | +The default is `:word`. The most matches will happen with `:word_middle`. | |
285 | 285 | |
286 | 286 | ### Exact Matches |
287 | 287 | ... | ... |