From b35660fc15308c179b90c30e6faa46d5066ba1ec Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Tue, 26 Mar 2024 13:34:28 -0600 Subject: Update description in Cargo.toml Updated the description in Cargo.toml to fix a typo, as well as add a clarification for the POSIX compliance. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f560813..e400d70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "dwarvish" version = "0.0.0" edition = "2021" license = "MIT" -description = "A POSIX compliance shell and tiny functional programming language" +description = "A (mostly) POSIX compliant shell and tiny functional programming language" [[bin]] name = "dwvsh" -- cgit v1.2.3