From 6a2db06e50480a2a809cf766f55f13444bbc1821 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Tue, 26 Mar 2024 19:55:13 -0700 Subject: [PATCH] Update Errata --- Errata.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Errata.md b/Errata.md index 5587e30a..2d89f192 100644 --- a/Errata.md +++ b/Errata.md @@ -17,4 +17,5 @@ Zhou Jing | 3 | 110 | Replace `System.Value` with `System.ValueTuple` i Zhou Jing | 3 | 102 | Change Listing 2.18 to " the Working with Strings listing in Chapter 2 (Listing 2.24)" in "This listing differs from Listing 2.18 in two ways" Zhou Jing | 3 | 102 | Changed 'restrictive' to 'less restrictive' in "In each of these cases, the variable declaration is restrictive because the variable may be assigned." Zhou Jing | 23 | 1077 | Change "Point Declaration" to "Pointer Declaration" in mindmap -Zhou Jing | 22 | 1074 | Change "Chapter 19" to "Chapter 20" in "we pointed out in Chapter 19" \ No newline at end of file +Zhou Jing | 22 | 1074 | Change "Chapter 19" to "Chapter 20" in "we pointed out in Chapter 19" +Zhou Jing | 4 | 161 | Fix `input < 9` to `input < 0` in Listing 4.24 \ No newline at end of file