File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments