Fix typo in comment

This commit is contained in:
Asger F
2019-11-20 11:13:45 +00:00
parent 0c45210021
commit 1fc5e77de6

View File

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