Skip to content

Commit 1fc5e77

Browse files
committed
Fix typo in comment
1 parent 0c45210 commit 1fc5e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ async function showLocation(loc: ResolvableLocationValue, databaseItem: Database
434434
// trigger based on where we place the cursor/selection, and will compete for the user's attention.
435435
// For reference:
436436
// - Occurences are highlighted when the cursor is next to or inside a word or a whole word is selected.
437-
// - Brackets are highlighted when the cursor is next to a bracket and there is a non-empty selection.
437+
// - Brackets are highlighted when the cursor is next to a bracket and there is an empty selection.
438438
// - Multi-line selections explicitly highlight line-break characters, but multi-line decorators do not.
439439
//
440440
// For single-line ranges, select the whole range, mainly to disable bracket highlighting.

0 commit comments

Comments
 (0)