From 958dd003ea7f3aaefc7c785bbb353b1c26641bc1 Mon Sep 17 00:00:00 2001 From: Niklas Baumstark Date: Mon, 23 Jan 2012 21:53:10 +0100 Subject: fix bad English --- lib/completion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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); } -- cgit v1.2.3