File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,4 +40,6 @@ Zhou Jing | 23 | 1080 | Change "DWORD flProtect); // The type of memory allocati
4040Zhou Jing | 22 | 1065 - 1066 | Changed 'Thread' to 'Task' and "Application exiting" to "Application shutting down"
4141Zhou Jing | 4 | 161 | Fix ` input < 9 ` to ` input < 0 ` in Listing 4.24
4242Zhou 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" |
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments