diff options
| author | Morgan Cyrus <[email protected]> | 2022-10-07 22:51:39 -0700 |
|---|---|---|
| committer | Morgan Cyrus <[email protected]> | 2022-10-07 22:51:39 -0700 |
| commit | a86bf29bb0bdf10b3827d5892b3728b708b0b298 (patch) | |
| tree | c39e2b617462f7ec1c55228196a6a7a79337e85e | |
| parent | Create pseudo code file (diff) | |
| download | cst116-ch6-cyrus-a86bf29bb0bdf10b3827d5892b3728b708b0b298.tar.xz cst116-ch6-cyrus-a86bf29bb0bdf10b3827d5892b3728b708b0b298.zip | |
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp index 1548339..15a384f 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp @@ -33,7 +33,7 @@ * Fahrenheit - 32. This needs to be done before the multiplication.
* done
*
-* 8) Stop debugging and recompile.
+* 8) Stop debugging and recompile.
* done
*
* Debugging Exercise 2
|