Some word smithing.

This commit is contained in:
Dirk Baeumer 2020-11-10 12:47:23 +01:00
parent 4e76338215
commit 357026eff1

View file

@ -3862,7 +3862,7 @@ export interface CompletionItem {
/**
* How whitespace and indentation is handled during completion
* item insertion. If ignored the clients default value depends on
* item insertion. If not provided the clients default value depends on
* the `textDocument.completion.insertTextMode` client capability.
*
* @since 3.16.0 - proposed state