aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorgan Cyrus <[email protected]>2022-10-07 22:51:39 -0700
committerMorgan Cyrus <[email protected]>2022-10-07 22:51:39 -0700
commita86bf29bb0bdf10b3827d5892b3728b708b0b298 (patch)
treec39e2b617462f7ec1c55228196a6a7a79337e85e
parentCreate pseudo code file (diff)
downloadcst116-ch6-cyrus-a86bf29bb0bdf10b3827d5892b3728b708b0b298.tar.xz
cst116-ch6-cyrus-a86bf29bb0bdf10b3827d5892b3728b708b0b298.zip
Final commit and push for ch6HEADmain
-rw-r--r--CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
index 1548339..15a384f 100644
--- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
+++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp
@@ -33,7 +33,7 @@
* Fahrenheit - 32. This needs to be done before the multiplication.
* done
*
-* 8) Stop debugging and recompile.
+* 8) Stop debugging and recompile.
* done
*
* Debugging Exercise 2