Fix typo in intellisense suggestion that leads to an invlaid command. (#747)

This commit is contained in:
Prashanth 2018-07-03 15:31:10 -07:00 коммит произвёл GitHub
Родитель 9b93c4106e
Коммит fe0681b8a7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -320,7 +320,7 @@ export class CompletionItemsVisitor extends MongoVisitor<Promise<CompletionItem[
this.createFunctionCompletion('bulkWrite', range),
this.createFunctionCompletion('count', range),
this.createFunctionCompletion('copyTo', range),
this.createFunctionCompletion('converToCapped', range),
this.createFunctionCompletion('convertToCapped', range),
this.createFunctionCompletion('createIndex', range),
this.createFunctionCompletion('createIndexes', range),
this.createFunctionCompletion('dataSize', range),