Skip to content

Commit f72ac03

Browse files
authored
fix: improve readability of comment, (#2155)
i was reading through the spec and this sentence seemed a bit off due to the `in` and `symbol` alliteration.
1 parent d54d34d commit f72ac03

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

_specifications/lsp/3.17/language/documentSymbol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ export interface DocumentSymbol {
216216
/**
217217
* The range enclosing this symbol not including leading/trailing whitespace
218218
* but everything else like comments. This information is typically used to
219-
* determine if the clients cursor is inside the symbol to reveal in the
220-
* symbol in the UI.
219+
* determine if the clients cursor is inside the symbol to reveal it in the
220+
* UI.
221221
*/
222222
range: Range;
223223

_specifications/specification-3-15.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4552,7 +4552,7 @@ export interface DocumentSymbol {
45524552
* The range enclosing this symbol not including leading/trailing
45534553
* whitespace but everything else like comments.
45544554
* This information is typically used to determine if the client's cursor
4555-
* is inside the symbol to reveal in the symbol in the UI.
4555+
* is inside the symbol to reveal it in the UI.
45564556
*/
45574557
range: Range;
45584558

_specifications/specification-3-16.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5832,8 +5832,8 @@ export interface DocumentSymbol {
58325832
/**
58335833
* The range enclosing this symbol not including leading/trailing whitespace
58345834
* but everything else like comments. This information is typically used to
5835-
* determine if the clients cursor is inside the symbol to reveal in the
5836-
* symbol in the UI.
5835+
* determine if the clients cursor is inside the symbol to reveal it in the
5836+
* UI.
58375837
*/
58385838
range: Range;
58395839

0 commit comments

Comments
 (0)