Remove word duplicates in comments and strings, and fix casing and punctuation
This commit is contained in:
@ -200,7 +200,7 @@ struct 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`
|
||||
*/
|
||||
Range targetSelectionRange;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user