diff options
| author | Niklas Baumstark | 2012-01-23 21:53:10 +0100 |
|---|---|---|
| committer | Niklas Baumstark | 2012-04-10 23:54:38 +0200 |
| commit | 958dd003ea7f3aaefc7c785bbb353b1c26641bc1 (patch) | |
| tree | 2d46d5c8d142fe3b67fdc089fa65aadb31b2612b /lib/completion.js | |
| parent | 8179e6da52f516b528ba000f1a038a59f86d37a6 (diff) | |
| download | vimium-958dd003ea7f3aaefc7c785bbb353b1c26641bc1.tar.bz2 | |
fix bad English
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); } |
