From 70a7aae3b2869c1962772c3854d90618e27d4793 Mon Sep 17 00:00:00 2001 From: Andrei F Date: Wed, 12 Oct 2022 22:34:43 -0700 Subject: Fixed comment mistake, final commit --- CST116-Ch8-Debugging/CST116-Ch8-Debugging-Florea.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CST116-Ch8-Debugging') 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. -- cgit v1.2.3