mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
Update errata.md
This commit is contained in:
parent
c6189b77dc
commit
3db07df8ff
|
|
@ -4,6 +4,7 @@ If you find any mistakes, then please [raise an issue in this repository](https:
|
|||
|
||||
- [Page n - Understanding the journey to one .NET and Understanding .NET support](#page-n---understanding-the-journey-to-one-net-and-understanding-net-support)
|
||||
- [Page n - Formatting using numbered positional arguments](#page-n---formatting-using-numbered-positional-arguments)
|
||||
- [Page n - Getting text input from the user](#page-n---getting-text-input-from-the-user)
|
||||
- [Page n - Running unit tests using Visual Studio Code](#page-n---running-unit-tests-using-visual-studio-code)
|
||||
|
||||
# Page n - Understanding the journey to one .NET and Understanding .NET support
|
||||
|
|
@ -50,6 +51,10 @@ Console.WriteLine(
|
|||
"Roger", "Cevung", "Stockholm", "Education", "Optimizely");
|
||||
```
|
||||
|
||||
# Page n - Getting text input from the user
|
||||
|
||||
In Step 3, I wrote, "For the `firstName` variable" when I should have written, "For the `age` variable".
|
||||
|
||||
# Page n - Running unit tests using Visual Studio Code
|
||||
|
||||
> Thanks to [kwatsonkairosmgt](https://github.com/kwatsonkairosmgt) for raising this [issue on 27 October 2022](https://github.com/markjprice/cs10dotnet6/issues/106).
|
||||
|
|
|
|||
Loading…
Reference in a new issue