Skip to content

Commit 44ad256

Browse files
author
Tomas Kirda
authored
Merge pull request #597 from ErikSchierboom/patch-2
Fix typo in src/jquery.autocomplete.js
2 parents 2b29ca6 + 0927361 commit 44ad256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
};
135135

136136
function _formatResult(suggestion, currentValue) {
137-
// Do not replace anything if there current value is empty
137+
// Do not replace anything if the current value is empty
138138
if (!currentValue) {
139139
return suggestion.value;
140140
}

0 commit comments

Comments
 (0)