diff options
| author | tafaar <[email protected]> | 2022-10-18 14:45:10 -0700 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-10-18 14:45:10 -0700 |
| commit | b376766cad547b4d312b932ff0b1ebb8d8968e8a (patch) | |
| tree | ced63d780ccdb3299fdc913c43d68188b76585e3 /CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp | |
| parent | commit 8 (diff) | |
| download | cst116-ch9-debugging-hill-b376766cad547b4d312b932ff0b1ebb8d8968e8a.tar.xz cst116-ch9-debugging-hill-b376766cad547b4d312b932ff0b1ebb8d8968e8a.zip | |
commit 9
Diffstat (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp')
| -rw-r--r-- | CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp | 2 |
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 31549fb..e9e5b05 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;
|