Skip to content

x/website: Incorrect method referred to in the description in the "Return greetings for multiple people" tutorial page #41252

@Jebbee

Description

@Jebbee

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

$ go version
go version go1.15.1 darwin/amd64

Does this issue reproduce with the latest release?

This is not a go issue, but rather a typo in the tutorial at https://golang.org/doc/tutorial/greetings-multiple-people

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
Not relevant

What did you do?

Followed along in the tutorial at https://golang.org/doc/tutorial/greetings-multiple-people

What did you expect to see?

The tutorial says: "Pass the names variable as the argument to the Hello function."

What did you see instead?

The tutorial should say: "Pass the names variable as the argument to the Hellos function."

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions