Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SKalt authored Apr 10, 2023
1 parent 962604a commit 96e133e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/semantic_tokens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ pub struct SemanticTokensOptions {
/// The legend used by the server
pub legend: SemanticTokensLegend,

/// Server supports providing semantic tokens for a sepcific range
/// Server supports providing semantic tokens for a specific range
/// of a document.
#[serde(skip_serializing_if = "Option::is_none")]
pub range: Option<bool>,
Expand Down

0 comments on commit 96e133e

Please sign in to comment.