We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b210d30 commit be57d20Copy full SHA for be57d20
lib/plugins/codeit-autocomplete.js
@@ -220,7 +220,7 @@ acp.autocomplete = async (lang) => {
220
* <lang> - language name
221
* <query> - text of the current line before the cursor.
222
* newlines, spaces and tabs won't be included.
223
- * <procQuery> - proccessed query. this'll be set to the current query
+ * <procQuery> - proccessed query. The current <query> will be set to this.
224
*
225
* In autocomplete function:
226
* <rawQuery> - Unproccessed query.
0 commit comments