Skip to content

Commit 85e0913

Browse files
Update comment.
1 parent 3d7451c commit 85e0913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/protocol.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3008,7 +3008,7 @@ namespace ts.server.protocol {
30083008
*/
30093009
readonly includeCompletionsWithInsertText?: boolean;
30103010
/**
3011-
* Unless this option is disabled, or `includeCompletionsWithInsertText` is not enabled,
3011+
* Unless this option is `false`, or `includeCompletionsWithInsertText` is not enabled,
30123012
* member completion lists triggered with `.` will include entries on potentially-null and potentially-undefined
30133013
* values, with insertion text to replace preceding `.` tokens with `?.`.
30143014
*/

0 commit comments

Comments
 (0)