From 745b1f4655cfbf69916ce4a73d45e285f8319e3b Mon Sep 17 00:00:00 2001 From: Mark J Price Date: Sun, 5 Mar 2023 18:22:49 +0000 Subject: [PATCH] Update improvements.md --- docs/errata/improvements.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/errata/improvements.md b/docs/errata/improvements.md index 1ae05a5..7e35c2a 100644 --- a/docs/errata/improvements.md +++ b/docs/errata/improvements.md @@ -72,6 +72,8 @@ Due to transitive dependencies, you only actually need to explicitly reference t # Page 237 - Implementing functionality using methods +> Thanks to [Masoud Nazari](https://github.com/MAS-OUD) for raising this [issue on 5 March 2023](https://github.com/markjprice/cs11dotnet7/issues/35). + In Step 4, I tell the reader to write some code that uses the `??` operator. But I do not explain how this operator works until later in the book, on page 282, as shown in the following text and code example: "Sometimes, you want to either assign a variable to a result or use an alternative value, such as `3`, if the