mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
Fix typo in string representation of GotoReference (#9395)
This commit is contained in:
parent
9c56afeff3
commit
f5f08becef
@ -263,7 +263,7 @@ fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
|||||||
GotoDeclaration => "goto-declaration",
|
GotoDeclaration => "goto-declaration",
|
||||||
GotoDefinition => "goto-definition",
|
GotoDefinition => "goto-definition",
|
||||||
GotoTypeDefinition => "goto-type-definition",
|
GotoTypeDefinition => "goto-type-definition",
|
||||||
GotoReference => "goto-type-definition",
|
GotoReference => "goto-reference",
|
||||||
GotoImplementation => "goto-implementation",
|
GotoImplementation => "goto-implementation",
|
||||||
SignatureHelp => "signature-help",
|
SignatureHelp => "signature-help",
|
||||||
Hover => "hover",
|
Hover => "hover",
|
||||||
|
Loading…
Reference in New Issue
Block a user