mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Fix typo
This commit is contained in:
parent
5f127d53e0
commit
3c6c8b768a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue