This commit is contained in:
Pine Wu
2018-12-16 18:46:25 -08:00
parent 22eaa9314c
commit 358c67055b
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ connection.onCompletion(
}
);
// This handler resolve additional information for the item selected in
// This handler resolves additional information for the item selected in
// the completion list.
connection.onCompletionResolve(
(item: CompletionItem): CompletionItem => {

View File

@ -194,7 +194,7 @@ connection.onCompletion(
}
);
// This handler resolve additional information for the item selected in
// This handler resolves additional information for the item selected in
// the completion list.
connection.onCompletionResolve(
(item: CompletionItem): CompletionItem => {