Fix typo in v3.16 semantic tokens section

Fixes minor typo in the semantic tokens section in v3.16 specification.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
hasheddan 2020-08-08 10:13:18 -05:00
parent 5f822d3a0b
commit 18f4eabdb1
No known key found for this signature in database
GPG key ID: BD68BC686A14C271

View file

@ -5955,7 +5955,7 @@ export interface CallHierarchyOutgoingCall {
> *Since version 3.16.0*
The request is sent from the client to the server to resolve semantic tokens for a given file. Semantic tokens are used to add additional color informaiton to a file that depends on language specific symbol information. A semantic token request usually produces a large result. The protocol therefore supports encoding tokens with numbers. In addition optional support for deltas is available.
The request is sent from the client to the server to resolve semantic tokens for a given file. Semantic tokens are used to add additional color information to a file that depends on language specific symbol information. A semantic token request usually produces a large result. The protocol therefore supports encoding tokens with numbers. In addition optional support for deltas is available.
_General Concepts_