Skip to content

Commit b46a84f

Browse files
Update errata
1 parent 4b644ed commit b46a84f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Errata.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ Zhou Jing | 23 | 1080 | Change "DWORD flProtect); // The type of memory allocati
4040
Zhou Jing | 22 | 1065 - 1066 | Changed 'Thread' to 'Task' and "Application exiting" to "Application shutting down"
4141
Zhou Jing | 4 | 161 | Fix `input < 9` to `input < 0` in Listing 4.24
4242
Zhou Jing | 4 | 119 | Show inconsistent size multi-dimensional array in listing 3.16
43-
Zhou Jing | 3 | 114 | Replace `second` with `third` in "// Retrieve third item from the end (Python)"
43+
Zhou Jing | 3 | 114 | Replace `second` with `third` in "// Retrieve third item from the end (Python)"
44+
| Zhou Jing | 9 | 507 | Remove duplicate URL's https://intellitect.com/WhyTupleBreaksTheImmutableRules |
45+
| Zhou Jing | 8 | 455 | Replace "8.5" to "8.3" in listing reference in the sentence "Notice that CompareTo() in Listing 8.5" |

src/Chapter02/Listing02.16.NewLinesWithinStringInterpolation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static void Main()
1414
lastName = Console.ReadLine();
1515

1616
#region INCLUDE
17-
Console.WriteLine($@"Your full name is: {firstName} {lastName}");
17+
Console.WriteLine($"Your full name is: {firstName} {lastName}");
1818
#endregion INCLUDE
1919
}
2020
}

0 commit comments

Comments
 (0)