From 07a460d875c9e0cb94b611d20dce3822ec55c2b5 Mon Sep 17 00:00:00 2001 From: fiplox <56274824+fiplox@users.noreply.github.com> Date: Mon, 31 May 2021 17:58:39 +0200 Subject: [PATCH] typo --- src/rnote/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rnote/app.rs b/src/rnote/app.rs index 03a5820..917d81e 100644 --- a/src/rnote/app.rs +++ b/src/rnote/app.rs @@ -5,7 +5,7 @@ pub fn make_app() -> App<'static, 'static> { App::new("rnote") .version("0.1.1") .author("Volodymyr Patuta") - .about("Minimal note talking cli tool.") + .about("Minimal note taking cli tool.") .setting(AppSettings::ArgRequiredElseHelp) .subcommand( SubCommand::with_name("new")