This commit is contained in:
Dirk Baeumer 2020-07-22 00:16:57 +02:00
parent 5f127d53e0
commit 3c6c8b768a

View file

@ -4445,7 +4445,7 @@ export interface DocumentSymbolClientCapabilities {
/**
* The client supports tags on `SymbolInformation`. Tags are supported on
* `DocumentSymbol` if `hierarchicalDocumentSymbolSupport` is set tot true.
* `DocumentSymbol` if `hierarchicalDocumentSymbolSupport` is set to true.
* Clients supporting tags have to handle unknown tags gracefully.
*
* @since 3.16.0