docs: various typos

This commit is contained in:
Jack Wills
2023-02-17 18:42:32 +00:00
parent a2e49bde5f
commit 3d41fff62b
4 changed files with 7 additions and 5 deletions
+4 -2
View File
@@ -1,7 +1,7 @@
#!/bin/bash
# rust create_release
# v0.2.1
# v0.2.2
STAR_LINE='****************************************'
CWD=$(pwd)
@@ -231,7 +231,9 @@ release_flow() {
echo -e "\ncargo fmt"
cargo fmt
echo -e "\n${PURPLE}cargo check${RESET}\n"
cargo check
release_continue "git add ."
git add .