Skip to content

Commit baa0549

Browse files
authored
Merge pull request #62 from mtsmfm/renovate/language-server-protocol-digest
Update language-server-protocol digest to f561f76
2 parents fd19c33 + 01a2ee5 commit baa0549

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/language_server/protocol/interface/color_presentation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def label
2424

2525
#
2626
# An [edit](#TextEdit) which is applied to a document when selecting
27-
# this presentation for the color. When `falsy` the
27+
# this presentation for the color. When omitted the
2828
# [label](#ColorPresentation.label) is used.
2929
#
3030
# @return [TextEdit]

lib/language_server/protocol/interface/completion_item.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def preselect
107107

108108
#
109109
# A string that should be used when comparing this item
110-
# with other items. When `falsy` the label is used
110+
# with other items. When omitted the label is used
111111
# as the sort text for this item.
112112
#
113113
# @return [string]
@@ -117,7 +117,7 @@ def sort_text
117117

118118
#
119119
# A string that should be used when filtering a set of
120-
# completion items. When `falsy` the label is used as the
120+
# completion items. When omitted the label is used as the
121121
# filter text for this item.
122122
#
123123
# @return [string]
@@ -127,7 +127,7 @@ def filter_text
127127

128128
#
129129
# A string that should be inserted into a document when selecting
130-
# this completion. When `falsy` the label is used as the insert text
130+
# this completion. When omitted the label is used as the insert text
131131
# for this item.
132132
#
133133
# The `insertText` is subject to interpretation by the client side.

0 commit comments

Comments
 (0)