Skip to content

Commit 30cca63

Browse files
Accepted baselines.
1 parent 85e0913 commit 30cca63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/api/tsserverlibrary.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8297,7 +8297,7 @@ declare namespace ts.server.protocol {
82978297
*/
82988298
readonly includeCompletionsWithInsertText?: boolean;
82998299
/**
8300-
* Unless this option is disabled, or `includeCompletionsWithInsertText` is not enabled,
8300+
* Unless this option is `false`, or `includeCompletionsWithInsertText` is not enabled,
83018301
* member completion lists triggered with `.` will include entries on potentially-null and potentially-undefined
83028302
* values, with insertion text to replace preceding `.` tokens with `?.`.
83038303
*/

0 commit comments

Comments
 (0)