Skip to content

Commit be57d20

Browse files
committed
Update codeit-autocomplete.js
1 parent b210d30 commit be57d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/codeit-autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ acp.autocomplete = async (lang) => {
220220
* <lang> - language name
221221
* <query> - text of the current line before the cursor.
222222
* newlines, spaces and tabs won't be included.
223-
* <procQuery> - proccessed query. this'll be set to the current query
223+
* <procQuery> - proccessed query. The current <query> will be set to this.
224224
*
225225
* In autocomplete function:
226226
* <rawQuery> - Unproccessed query.

0 commit comments

Comments
 (0)