aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei F <[email protected]>2022-10-12 22:34:43 -0700
committerAndrei F <[email protected]>2022-10-12 22:34:43 -0700
commit70a7aae3b2869c1962772c3854d90618e27d4793 (patch)
treee1aa2171a60b29aa5ad75c6505834ca9b906ec15
parentFixed a spelling error, final commit (diff)
downloadcst116-chapter8-debugging-florea-main.tar.xz
cst116-chapter8-debugging-florea-main.zip
Fixed comment mistake, final commitHEADmain
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Debugging-Florea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Florea.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Florea.cpp
index 2cb243c..c5ffbfe 100644
--- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Florea.cpp
+++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Florea.cpp
@@ -75,7 +75,7 @@
*
* 6) Where was 10 assigned to count?
*
- * I believe the 10 was assigned to count on line 99, where basically it just did a loop on that line without entering
+ * I believe the 10 was assigned to count on line 109, where basically it just did a loop on that line without entering
* the line below, and it did it until count was equal to 10.
*
* 7) Fix the problem and re-run to verify.