summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRory Dudley2024-03-26 13:34:28 -0600
committerRory Dudley2024-03-26 13:34:28 -0600
commitb35660fc15308c179b90c30e6faa46d5066ba1ec (patch)
tree4690efd23f7ef4e429bf30e09f9eb2cef1503741
parent279919230d1687c090ac1604779e28dc29e6588e (diff)
downloaddwarvish-b35660fc15308c179b90c30e6faa46d5066ba1ec.tar.gz
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.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"