aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project
diff options
context:
space:
mode:
authorMusa Ahmed <[email protected]>2022-10-05 19:34:33 -0700
committerMusa Ahmed <[email protected]>2022-10-05 19:34:33 -0700
commitb49fef51e68c2bb80200c05df08e4fd49aa49b40 (patch)
tree1797f8b346ea668aa87b001034652c236a10b76a /Ch 5 Debugging Project
parentfinished (I think) (diff)
downloadcst116-lab0-debugging-m005a-b49fef51e68c2bb80200c05df08e4fd49aa49b40.tar.xz
cst116-lab0-debugging-m005a-b49fef51e68c2bb80200c05df08e4fd49aa49b40.zip
Finished pt 2 (I think)
Diffstat (limited to 'Ch 5 Debugging Project')
-rw-r--r--Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp b/Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp
index 0bce69d..69a7bc1 100644
--- a/Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp
+++ b/Ch 5 Debugging Project/CST116-Debugging-Ahmed.cpp
@@ -57,7 +57,7 @@
- The calculation only multiplies the money by the raise,
when it should actually be multiplying it by raise + 1.
Right now we are only getting the value that the money
- shoudl be increases by.
+ shoudld be increaseing by.
*
*
* Debugging Exercise 3