try icon indicating copy to clipboard operation
try copied to clipboard

Bad relationship between text and code.

Open yurigabrich opened this issue 5 years ago • 1 comments

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

yurigabrich avatar Apr 12 '20 22:04 yurigabrich

@BillWagner

jonsequitur avatar Apr 17 '20 16:04 jonsequitur