Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _specifications/lsp/3.17/language/completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _specifications/lsp/3.17/types/locationLink.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion _specifications/specification-3-14.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion _specifications/specification-3-15.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion _specifications/specification-3-16.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down