diff --git a/specification.md b/specification.md index 825b2a9..ca9d134 100644 --- a/specification.md +++ b/specification.md @@ -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;