From 85e09134be6fbd0077486274672d4f67748e0203 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Thu, 17 Oct 2019 17:45:13 -0700 Subject: [PATCH] Update comment. --- src/server/protocol.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/protocol.ts b/src/server/protocol.ts index fb0969fbefd..925e7638f9d 100644 --- a/src/server/protocol.ts +++ b/src/server/protocol.ts @@ -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 `?.`. */