From a11713ee1877a59461a3646b2e7f349c79cdc647 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 7 Jul 2020 13:02:41 +0200 Subject: [PATCH] docs --- src/components/externaleditor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/externaleditor.rs b/src/components/externaleditor.rs index 0034e0a5..14c370ee 100644 --- a/src/components/externaleditor.rs +++ b/src/components/externaleditor.rs @@ -36,7 +36,7 @@ impl ExternalEditorComponent { } } - /// + /// opens file at given `path` in an available editor pub fn open_file_in_editor(path: &Path) -> Result<()> { io::stdout().execute(LeaveAlternateScreen)?; defer! {