From fd459c8ef35554c126f528af515fdc17cad74075 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Thu, 7 Nov 2024 09:51:49 -0800 Subject: [PATCH] Update errata --- Errata.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Errata.md b/Errata.md index bc986563..12a6ba3f 100644 --- a/Errata.md +++ b/Errata.md @@ -40,4 +40,5 @@ Zhou Jing | 23 | 1080 | Change "DWORD flProtect); // The type of memory allocati Zhou Jing | 22 | 1065 - 1066 | Changed 'Thread' to 'Task' and "Application exiting" to "Application shutting down" Zhou Jing | 4 | 161 | Fix `input < 9` to `input < 0` in Listing 4.24 Zhou Jing | 4 | 119 | Show inconsistent size multi-dimensional array in listing 3.16 -Zhou Jing | 3 | 114 | Replace `second` with `third` in "// Retrieve third item from the end (Python)" \ No newline at end of file +Zhou Jing | 3 | 114 | Replace `second` with `third` in "// Retrieve third item from the end (Python)" +Tyler Woody | 13 | 702 | Remove the `!` negation in `string.IsNullOrWhiteSpace(input)` in the while loop to properly allow looping \ No newline at end of file