From 8d7bba1aecf97b8cc539419b5dbaaf8bb4219d95 Mon Sep 17 00:00:00 2001 From: Mark J Price Date: Sun, 25 Jun 2023 10:44:47 +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 c26d4d7..4340c82 100644 --- a/docs/errata/errata.md +++ b/docs/errata/errata.md @@ -607,7 +607,7 @@ public virtual DbSet Categories { get; set; } # Page 477 - Inserting entities -> Thanks to [Chadwick Geyser](https://github.com/chadwickgeyser) for raising this [issue on 29 November 2022](https://github.com/markjprice/cs11dotnet7/issues/5). +> Thanks to [Chadwick Geyser](https://github.com/chadgdotme) for raising this [issue on 29 November 2022](https://github.com/markjprice/cs11dotnet7/issues/5). In Step 4, the code statement to list the products uses an older version of the method signature that I removed before publishing that only allows a single `productId` to be highlighted, as shown in the following code: ```cs