From c3d3ac6bed070a251f0ead8fe1b3189a476b6b87 Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Mon, 23 May 2022 14:21:31 +0200 Subject: [PATCH] Fix grammar (extra `the`) --- _specifications/lsp/3.17/language/completion.md | 2 +- _specifications/lsp/3.17/metaModel/metaModel.json | 8 ++++---- _specifications/lsp/3.17/types/locationLink.md | 2 +- _specifications/specification-3-14.md | 2 +- _specifications/specification-3-15.md | 2 +- _specifications/specification-3-16.md | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_specifications/lsp/3.17/language/completion.md b/_specifications/lsp/3.17/language/completion.md index 096397386..149ea994c 100644 --- a/_specifications/lsp/3.17/language/completion.md +++ b/_specifications/lsp/3.17/language/completion.md @@ -156,7 +156,7 @@ export interface CompletionClientCapabilities { */ completionList?: { /** - * The client supports the the following itemDefaults on + * The client supports the following itemDefaults on * a completion list. * * The value lists the supported property names of the diff --git a/_specifications/lsp/3.17/metaModel/metaModel.json b/_specifications/lsp/3.17/metaModel/metaModel.json index 4eed590f2..d058281a1 100644 --- a/_specifications/lsp/3.17/metaModel/metaModel.json +++ b/_specifications/lsp/3.17/metaModel/metaModel.json @@ -5185,7 +5185,7 @@ "kind": "reference", "name": "Range" }, - "documentation": "The range enclosing this symbol not including leading/trailing whitespace but everything else\nlike comments. This information is typically used to determine if the the clients cursor is\ninside the symbol to reveal in the symbol in the UI." + "documentation": "The range enclosing this symbol not including leading/trailing whitespace but everything else\nlike comments. This information is typically used to determine if the clients cursor is\ninside the symbol to reveal in the symbol in the UI." }, { "name": "selectionRange", @@ -5193,7 +5193,7 @@ "kind": "reference", "name": "Range" }, - "documentation": "The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.\nMust be contained by the the `range`." + "documentation": "The range that should be selected and revealed when this symbol is being picked, e.g the name of a function.\nMust be contained by the `range`." }, { "name": "children", @@ -6209,7 +6209,7 @@ "kind": "reference", "name": "Range" }, - "documentation": "The range that should be selected and revealed when this link is being followed, e.g the name of a function.\nMust be contained by the the `targetRange`. See also `DocumentSymbol#range`" + "documentation": "The range that should be selected and revealed when this link is being followed, e.g the name of a function.\nMust be contained by the `targetRange`. See also `DocumentSymbol#range`" } ], "documentation": "Represents the connection of two locations. Provides additional metadata over normal [locations](#Location),\nincluding an origin range." @@ -11315,7 +11315,7 @@ } }, "optional": true, - "documentation": "The client supports the the following itemDefaults on\na completion list.\n\nThe value lists the supported property names of the\n`CompletionList.itemDefaults` object. If omitted\nno properties are supported.\n\n@since 3.17.0", + "documentation": "The client supports the following itemDefaults on\na completion list.\n\nThe value lists the supported property names of the\n`CompletionList.itemDefaults` object. If omitted\nno properties are supported.\n\n@since 3.17.0", "since": "3.17.0" } ] diff --git a/_specifications/lsp/3.17/types/locationLink.md b/_specifications/lsp/3.17/types/locationLink.md index 736b6c6ac..e93ecbb25 100644 --- a/_specifications/lsp/3.17/types/locationLink.md +++ b/_specifications/lsp/3.17/types/locationLink.md @@ -28,7 +28,7 @@ interface LocationLink { /** * The range that should be selected and revealed when this link is being - * followed, e.g the name of a function. Must be contained by the the + * followed, e.g the name of a function. Must be contained by the * `targetRange`. See also `DocumentSymbol#range` */ targetSelectionRange: Range; diff --git a/_specifications/specification-3-14.md b/_specifications/specification-3-14.md index c744b09fb..2afbad617 100644 --- a/_specifications/specification-3-14.md +++ b/_specifications/specification-3-14.md @@ -322,7 +322,7 @@ interface LocationLink { /** * The range that should be selected and revealed when this link is being followed, e.g the name of a function. - * Must be contained by the the `targetRange`. See also `DocumentSymbol#range` + * Must be contained by the `targetRange`. See also `DocumentSymbol#range` */ targetSelectionRange: Range; } diff --git a/_specifications/specification-3-15.md b/_specifications/specification-3-15.md index da84f2e48..086b8a0ee 100644 --- a/_specifications/specification-3-15.md +++ b/_specifications/specification-3-15.md @@ -353,7 +353,7 @@ interface LocationLink { /** * The range that should be selected and revealed when this link is being * followed, for example, the name of a function. - * Must be contained by the the `targetRange`. + * Must be contained by the `targetRange`. * See also `DocumentSymbol#range` */ targetSelectionRange: Range; diff --git a/_specifications/specification-3-16.md b/_specifications/specification-3-16.md index 79a75d3a2..4f18f9aec 100644 --- a/_specifications/specification-3-16.md +++ b/_specifications/specification-3-16.md @@ -490,7 +490,7 @@ interface LocationLink { /** * The range that should be selected and revealed when this link is being - * followed, e.g the name of a function. Must be contained by the the + * followed, e.g the name of a function. Must be contained by the * `targetRange`. See also `DocumentSymbol#range` */ targetSelectionRange: Range;