Correct minor typos (#14)

* fix: Correct minor typo

- relase -> release

* fix: Correct minor typos

- farenheit, farhenheit -> fahrenheit
- celcius -> celsius

* fix: Correct minor typo

- sume -> sum
This commit is contained in:
Chris Ohk
2022-09-02 07:22:22 +09:00
committed by GitHub
parent c2df180b2e
commit b0da24b45f
3 changed files with 9 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ _run_tests_with() {
# example: run_tests
# Uses global variable RUNNER and TESTS
run_tests() {
# "cargo --relase" should be split into "cargo" and "--release"
# "cargo --release" should be split into "cargo" and "--release"
local IFS=' '
echo $(_run_tests_with $RUNNER)
}