mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-15 06:28:46 +00:00
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:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user