mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-09 01:28:50 +01:00
Merge pull request #77766 from brettcannon/patch-1
Fix a spellling mistake in a doc string
This commit is contained in:
Vendored
+1
-1
@@ -3826,7 +3826,7 @@ declare module 'vscode' {
|
||||
/**
|
||||
* Provide selection ranges for the given positions.
|
||||
*
|
||||
* Selection ranges should be computed individually and independend for each position. The editor will merge
|
||||
* Selection ranges should be computed individually and independent for each position. The editor will merge
|
||||
* and deduplicate ranges but providers must return hierarchies of selection ranges so that a range
|
||||
* is [contained](#Range.contains) by its parent.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user