aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
diff options
context:
space:
mode:
authortafaar <[email protected]>2022-10-18 14:45:16 -0700
committertafaar <[email protected]>2022-10-18 14:45:16 -0700
commit138e14aaf9d59ec6499c3dfe7f3e747cf8c84359 (patch)
treed9af4c144f432918b5b3ea678fda9f5f973b3c72 /CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
parentcommit 9 (diff)
downloadcst116-ch9-debugging-hill-138e14aaf9d59ec6499c3dfe7f3e747cf8c84359.tar.xz
cst116-ch9-debugging-hill-138e14aaf9d59ec6499c3dfe7f3e747cf8c84359.zip
commit 10
Diffstat (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp')
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
index e9e5b05..31549fb 100644
--- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
+++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
@@ -72,7 +72,7 @@
* 4) Step into the PrintResults function.
* 5) Notice that the call stack now shows PrintResults on top of
* the stack.
-* Done.
+* Done..
********************************************************************/
#include <iostream>
using std::cout;