diff options
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp index 984e739..2819d9d 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp @@ -43,7 +43,7 @@ * (Hint: If you need help setting breakpoints based upon a
* condition refer to Chapter 8).
* ********************************************************************************
-* To do this I just changed SIZE to equal 8.
+* To do this I just changed SIZE to equal 8
* ********************************************************************************
* 4) Run to Breakpoint 4.
* 5) Continue stepping into the remainder of the for loop until the
|