diff --git a/src/vs/editor/common/modes.ts b/src/vs/editor/common/modes.ts index b10cc82d7bd5df29cf989e53889912b240e86da4..ede4308bd873c12604787608ff7a2877df821305 100644 --- a/src/vs/editor/common/modes.ts +++ b/src/vs/editor/common/modes.ts @@ -922,7 +922,7 @@ export interface DocumentSymbol { /** * The document symbol provider interface defines the contract between extensions and - * the [go to symbol](https://code.visualstudio.com/docs/editor/editingevolved#_goto-symbol)-feature. + * the [go to symbol](https://code.visualstudio.com/docs/editor/editingevolved#_go-to-symbol)-feature. */ export interface DocumentSymbolProvider {