Skip to content

x/website: tutorial function name typo #44019

@nannxnann

Description

@nannxnann

What version of Go are you using (go version)?

$ go version
go version go1.15.7

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 Output
$ go env
Windows , AMD Ryzen5 2600x

What 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationIssues describing a change to documentation.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions