From d2fbc410602ef57f0cb687ea22fcd825ea6f862f Mon Sep 17 00:00:00 2001 From: Kevin K Date: Thu, 4 Apr 2019 13:22:29 -0400 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 accd96c5..60af6aa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ keywords = [ ] 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]