From b5d3c6e963cd32da41046a16f30307a655089f17 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 27 May 2015 09:29:04 +0100 Subject: Custom-only: fix comment. --- background_scripts/completion.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'background_scripts') diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index 7dbd2e61..40a7c8fd 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -483,8 +483,8 @@ class SearchEngineCompleter # aggregated by the MultiCompleter. filter = (suggestions) -> suggestions.filter (suggestion) -> - # We only keep suggestions which either *were* generated by this completion engine, or *could have - # been* generated by this completion engine (and match the current query). + # We only keep suggestions which either *were* generated by this search engine, or *could have + # been* generated by this search engine (and match the current query). suggestion.isSearchSuggestion or suggestion.isCustomSearch or ( terms = Utils.extractQuery searchUrl, suggestion.url -- cgit v1.2.3