From 0adec5a6d6a9a3484804685de904f504989a68c6 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sun, 13 Nov 2016 17:49:57 -0800 Subject: [PATCH] Cargo.toml: Fix typos in description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e71e3d4c0be..df31c2af644 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" keywords = ["argument", "cli", "arg", "parser", "parse"] categories = ["command-line-interface"] description = """ -A simple to use, efficient, and full featured Command Line Argument Parser +A simple to use, efficient, and full-featured Command Line Argument Parser """ [badges]