Skip to content

Commit a11713e

Browse files
author
Stephan Dilly
committed
docs
1 parent 1cd74ad commit a11713e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/externaleditor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl ExternalEditorComponent {
3636
}
3737
}
3838

39-
///
39+
/// opens file at given `path` in an available editor
4040
pub fn open_file_in_editor(path: &Path) -> Result<()> {
4141
io::stdout().execute(LeaveAlternateScreen)?;
4242
defer! {

0 commit comments

Comments
 (0)