Skip to content

Commit cf6b033

Browse files
committed
minor update
1 parent 2ff74a0 commit cf6b033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/components/show-hint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
}
205205

206206
function getText(completion) {
207-
if (typeof completion == 'string') return completion;
207+
if (typeof completion === 'string') return completion;
208208
else return completion.item.text;
209209
}
210210

0 commit comments

Comments
 (0)