Skip to content

Commit

Permalink
Update errata
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis committed Apr 4, 2024
1 parent 4b644ed commit b46a84f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ 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)"
Zhou Jing | 3 | 114 | Replace `second` with `third` in "// Retrieve third item from the end (Python)"
| Zhou Jing | 9 | 507 | Remove duplicate URL's https://intellitect.com/WhyTupleBreaksTheImmutableRules |
| Zhou Jing | 8 | 455 | Replace "8.5" to "8.3" in listing reference in the sentence "Notice that CompareTo() in Listing 8.5" |
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static void Main()
lastName = Console.ReadLine();

#region INCLUDE
Console.WriteLine($@"Your full name is: {firstName} {lastName}");
Console.WriteLine($"Your full name is: {firstName} {lastName}");
#endregion INCLUDE
}
}

0 comments on commit b46a84f

Please sign in to comment.