Skip to content

x/website: Minor typo in function comment for SumNumbers() #50853

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

Closed
baturkey opened this issue Jan 27, 2022 · 1 comment
Closed

x/website: Minor typo in function comment for SumNumbers() #50853

baturkey opened this issue Jan 27, 2022 · 1 comment
Labels
Documentation Issues describing a change to documentation. FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@baturkey
Copy link

What is the URL of the page with the issue?

https://go.dev/doc/tutorial/generics

What is your user agent?

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36

Screenshot

What did you do?

What did you expect to see?

// SumNumbers sums the values of map m. It supports both integers
// and floats as map values.

What did you see instead?

// SumNumbers sums the values of map m. Its supports both integers
// and floats as map values.
@gopherbot gopherbot added this to the Unreleased milestone Jan 27, 2022
@seankhliao seankhliao added Documentation Issues describing a change to documentation. NeedsFix The path to resolution is known, but the work has not been done. labels Jan 27, 2022
@gopherbot
Copy link
Contributor

Change https://golang.org/cl/381654 mentions this issue: _content/doc/tutorial: fix a typo

MK825 added a commit to MK825/website that referenced this issue Oct 18, 2022
Fixes golang/go#50853

Change-Id: Ia09043435f23b979a2a0d198318096e6ecf52cb5
Reviewed-on: https://go-review.googlesource.com/c/website/+/381654
Reviewed-by: DO NOT USE <iant@google.com>
Trust: Cherry Mui <cherryyz@google.com>
@golang golang locked and limited conversation to collaborators Feb 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation Issues describing a change to 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

3 participants