Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Jebbee opened this issue Sep 7, 2020 · 1 comment

Comments

@Jebbee
Copy link

Jebbee commented Sep 7, 2020

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

@gopherbot gopherbot added this to the Unreleased milestone Sep 7, 2020
@gopherbot
Copy link

Change https://golang.org/cl/253338 mentions this issue: content/static/doc: fix typo for tutorial page

@golang golang locked and limited conversation to collaborators Sep 8, 2021
passionSeven added a commit to passionSeven/website that referenced this issue Oct 18, 2022
Fixes golang/go#41252.

Change-Id: Ic4d9ffa2f63443e708a20dc30f8e015e070764d8
Reviewed-on: https://go-review.googlesource.com/c/website/+/253338
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants