From 4cf795c79276e947c076b86965455cc005b8ef1c Mon Sep 17 00:00:00 2001 From: Mark J Price Date: Sat, 29 Apr 2023 10:12:13 +0100 Subject: [PATCH] Update errata.md --- docs/errata/errata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/errata/errata.md b/docs/errata/errata.md index 6ccf3a2..ff95c9c 100644 --- a/docs/errata/errata.md +++ b/docs/errata/errata.md @@ -357,7 +357,7 @@ In Step 1, I say to add a new file named `Records.cs` to the `PacktLibraryNetSta # Page 256 - Defining and handling delegates -> Thanks to **bfdhud**` for raising this issue via Discord. +> Thanks to **bfdhud** for raising this issue via Discord. In Step 2, if you use Visual Studio 2022 to create the class file then it will have multiple statements of existing code. These statements should be deletd and replaced with the code as shown in Step 3. If you just add new statements inside those created by Visual Studio 2022 then it won't work because the `partial Program` class needs to be in the default empty namespace just like the auto-generated `Program` class is.