Skip to content

Commit

Permalink
Fix typo in string representation of GotoReference (helix-editor#9395)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoohey31 authored and Schuyler Mortimer committed Jul 10, 2024
1 parent c0f73bb commit 7b376df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-core/src/syntax.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ impl Display for LanguageServerFeature {
GotoDeclaration => "goto-declaration",
GotoDefinition => "goto-definition",
GotoTypeDefinition => "goto-type-definition",
GotoReference => "goto-type-definition",
GotoReference => "goto-reference",
GotoImplementation => "goto-implementation",
SignatureHelp => "signature-help",
Hover => "hover",
Expand Down

0 comments on commit 7b376df

Please sign in to comment.