try
try copied to clipboard
Bad relationship between text and code.
In the step on how to declare and use variables
The last code example gives:
Console.WriteLine($"Hello {aFriend}");
However, the text describes an expected output of "Hello, Maira", instead of "Hello Maira". Although the missing comma may look foolish, for newbies all details counts.
Did this error occur while using dotnet try or online?
- [x]
dotnet-try(I'm using it in PT-BR) - [ ] .NET Jupyter Notebook
- [ ] online
What kind of error was it?
- [x] User Interface (UI): Typo / didatic
- [ ] Service Error: For example "The service is temporarily unavailable. We are working on it"
- [ ] Other:
Please complete the following:
- OS
- [ ] Windows 10
- [ ] macOS
- [x] Linux (Ubuntu 18.04.4 LTS)
- [ ] iOS
- [ ] Android
- Browser
- [x] Chrome
- [ ] Edge
- [ ] Safari
@BillWagner