x/website: tutorial function name typo #44019
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
This is not a 'Go' issue, but maybe a typo in the tutorial Return greetings for multiple people.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Walked through in the tutorial Return greetings for multiple people.
What did you expect to see?
The tutorial has this line: "You have the Hello function return this map to the caller.".
What did you see instead?
But it should be: "You have the Hellos function return this map to the caller.".
Since the function that returns maps is named Hellos.
The text was updated successfully, but these errors were encountered: