diff --git a/docs/errata/README.md b/docs/errata/README.md index 5109a39..e9b32a8 100644 --- a/docs/errata/README.md +++ b/docs/errata/README.md @@ -2,8 +2,8 @@ If you find any mistakes in the seventh edition, *C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals*, or if you have suggestions for improvements, then please [raise an issue in this repository](https://github.com/markjprice/cs11dotnet7/issues) or email me at markjprice (at) gmail.com. -[**Errata** (6 items)](errata.md): Typos or mistakes in code that would cause a compilation error that prevents a successful build. +[**Errata** (6 items)](errata.md): Typos, tool user interface changes, or mistakes in code that would cause a compilation error that prevents a successful build. -[**Improvements** (0 items)](improvements.md): Changes to text or code that would improve the content. These are optional. +[**Improvements** (1 item)](improvements.md): Changes to text or code that would improve the content. These are optional. -All errata and improvements will be included in the 8th edition planned for publishing in November 2023. To be included they must be submitted by mid-September 2023. \ No newline at end of file +All errata and improvements will be included in the 8th edition planned for publishing in November 2023. To be included they must be submitted by mid-September 2023. diff --git a/docs/errata/improvements.md b/docs/errata/improvements.md index a0c1a6b..bd78755 100644 --- a/docs/errata/improvements.md +++ b/docs/errata/improvements.md @@ -1,4 +1,4 @@ -**Improvements (1 item)** +**Improvements** If you have suggestions for improvements, then please [raise an issue in this repository](https://github.com/markjprice/cs11dotnet7/issues) or email me at markjprice (at) gmail.com. @@ -17,4 +17,4 @@ Console.OutputEncoding = System.Text.Encoding.UTF8; # Bonus Content -None so far. \ No newline at end of file +None so far.