Update comment.

This commit is contained in:
Daniel Rosenwasser 2019-10-17 17:45:13 -07:00
parent 3d7451c08f
commit 85e09134be

View file

@ -3008,7 +3008,7 @@ namespace ts.server.protocol {
*/
readonly includeCompletionsWithInsertText?: boolean;
/**
* Unless this option is disabled, or `includeCompletionsWithInsertText` is not enabled,
* Unless this option is `false`, or `includeCompletionsWithInsertText` is not enabled,
* member completion lists triggered with `.` will include entries on potentially-null and potentially-undefined
* values, with insertion text to replace preceding `.` tokens with `?.`.
*/