diff options
author | Rory Dudley | 2024-03-26 13:34:28 -0600 |
---|---|---|
committer | Rory Dudley | 2024-03-26 13:34:28 -0600 |
commit | b35660fc15308c179b90c30e6faa46d5066ba1ec (patch) | |
tree | 4690efd23f7ef4e429bf30e09f9eb2cef1503741 | |
parent | 279919230d1687c090ac1604779e28dc29e6588e (diff) | |
download | dwarvish-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |