Skip to content

Commit 50701ee

Browse files
authored
Merge pull request microsoft#81606 from larshp/link_update
editor, modes.ts: documentation, fix broken link
2 parents 111c29c + 6138fdc commit 50701ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/editor/common/modes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ export interface DocumentSymbol {
922922

923923
/**
924924
* The document symbol provider interface defines the contract between extensions and
925-
* the [go to symbol](https://code.visualstudio.com/docs/editor/editingevolved#_goto-symbol)-feature.
925+
* the [go to symbol](https://code.visualstudio.com/docs/editor/editingevolved#_go-to-symbol)-feature.
926926
*/
927927
export interface DocumentSymbolProvider {
928928

src/vs/monaco.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5127,7 +5127,7 @@ declare namespace monaco.languages {
51275127

51285128
/**
51295129
* The document symbol provider interface defines the contract between extensions and
5130-
* the [go to symbol](https://code.visualstudio.com/docs/editor/editingevolved#_goto-symbol)-feature.
5130+
* the [go to symbol](https://code.visualstudio.com/docs/editor/editingevolved#_go-to-symbol)-feature.
51315131
*/
51325132
export interface DocumentSymbolProvider {
51335133
displayName?: string;

0 commit comments

Comments
 (0)