mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
fix typos (the the)
This commit is contained in:
parent
9d64e8cb88
commit
08dfb70fdc
1 changed files with 2 additions and 2 deletions
|
|
@ -3172,14 +3172,14 @@ export class DocumentSymbol {
|
|||
|
||||
/**
|
||||
* The range enclosing this symbol not including leading/trailing whitespace but everything else
|
||||
* like comments. This information is typically used to determine if the the clients cursor is
|
||||
* like comments. This information is typically used to determine if the clients cursor is
|
||||
* inside the symbol to reveal in the symbol in the UI.
|
||||
*/
|
||||
range: Range;
|
||||
|
||||
/**
|
||||
* The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.
|
||||
* Must be contained by the the `range`.
|
||||
* Must be contained by the `range`.
|
||||
*/
|
||||
selectionRange: Range;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue