From 18f74ed8aecaf2b3b9fe56581d0ee748c63b249c Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Tue, 26 Mar 2024 19:58:25 -0700 Subject: [PATCH] Update Errata --- Errata.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Errata.md b/Errata.md index 4e79cd94..926a936c 100644 --- a/Errata.md +++ b/Errata.md @@ -13,4 +13,5 @@ The following corrections will be made in the second printing. (To determine whi Found by | Chapter | Page | Correction ------------------- | ----------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Benjamin Michaelis | 4 | 180-181 | Replace `EventArgs` with `PropertyChangedEventArgs(nameof(Property))` in Leveraging the Null-Conditional Operator with Delegates -Zhou Jing | 3 | 110 | Replace `System.Value` with `System.ValueTuple` in "For completeness, the `System.ValueTuple` exists but will rarely be used, since the C# tuple syntax requires a minimum of two items." \ No newline at end of file +Zhou Jing | 3 | 110 | Replace `System.Value` with `System.ValueTuple` in "For completeness, the `System.ValueTuple` exists but will rarely be used, since the C# tuple syntax requires a minimum of two items." +Zhou Jing | 23 | 1080 | Change "DWORD flProtect); // The type of memory allocation" to "// The type of memory protection" \ No newline at end of file