diff options
Diffstat (limited to 'lib/completion.js')
| -rw-r--r-- | lib/completion.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/completion.js b/lib/completion.js index 697ee831..1c4d60c0 100644 --- a/lib/completion.js +++ b/lib/completion.js @@ -37,7 +37,7 @@ var completion = (function() { return str.length ? [str] : []; if (query.length > 15) { // for long query strings, the method is much too inefficient, so fall - // back to the more inaccurate regex matching + // back to the less accurate regex matching return self.getMatcher(query).exec(str).slice(1); } |
