Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EbbDrop committed Nov 12, 2021
1 parent 02ac3af commit a80f205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2791,7 +2791,7 @@ fn workspace_symbol_picker(cx: &mut Context) {
},
move |editor: &mut Editor, symbol, action| {
let path = symbol.location.uri.to_file_path().unwrap();
editor.open(path, action).expect("editor.open faild");
editor.open(path, action).expect("editor.open failed");
let (view, doc) = current!(editor);

if let Some(range) =
Expand Down

0 comments on commit a80f205

Please sign in to comment.