diff --git a/src/jquery.autocomplete.js b/src/jquery.autocomplete.js index 6c562bc..a82610b 100644 --- a/src/jquery.autocomplete.js +++ b/src/jquery.autocomplete.js @@ -134,7 +134,7 @@ }; function _formatResult(suggestion, currentValue) { - // Do not replace anything if there current value is empty + // Do not replace anything if the current value is empty if (!currentValue) { return suggestion.value; }