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: tutorial function name typo #44019

Closed
nannxnann opened this issue Jan 30, 2021 · 1 comment
Closed

x/website: tutorial function name typo #44019

nannxnann opened this issue Jan 30, 2021 · 1 comment
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@nannxnann
Copy link

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.

@gopherbot gopherbot added this to the Unreleased milestone Jan 30, 2021
@seankhliao seankhliao changed the title x/website: x/website: tutorial function name typo Jan 30, 2021
@seankhliao seankhliao added the NeedsFix The path to resolution is known, but the work has not been done. label Jan 30, 2021
@gopherbot
Copy link

Change https://golang.org/cl/288293 mentions this issue: x/website: fix typo in tutorial

@golang golang locked and limited conversation to collaborators Feb 1, 2022
passionSeven added a commit to passionSeven/website that referenced this issue Oct 18, 2022
Fixes golang/go#44019

Change-Id: Ib7798cfbfac76cf0107738c93de7ea7948a117df
Reviewed-on: https://go-review.googlesource.com/c/website/+/288293
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Carlos Amedee <carlos@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants