-
Notifications
You must be signed in to change notification settings - Fork 18.4k
iter: fix a tiny doc comment bug #76195
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
Conversation
|
This PR (HEAD: 7bf5d07) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/718321. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/718321. |
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/718321. |
|
Message from Jes Cok: Patch Set 1: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/718321. |
|
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-11-06T12:44:03Z","revision":"5fe48da2925d8f7d69eef77a42d432aa61b5cc2b"} Please don’t reply on this GitHub thread. Visit golang.org/cl/718321. |
|
Message from Jes Cok: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/718321. |
|
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/718321. |
|
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/718321. |
|
Message from Alan Donovan: Patch Set 1: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/718321. |
|
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-11-06T14:06:13Z","revision":"5fe48da2925d8f7d69eef77a42d432aa61b5cc2b"} Please don’t reply on this GitHub thread. Visit golang.org/cl/718321. |
|
Message from Jes Cok: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/718321. |
|
Message from Alan Donovan: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/718321. |
|
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/718321. |
|
Message from Alan Donovan: Patch Set 1: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/718321. |
|
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-11-06T17:16:25Z","revision":"5fe48da2925d8f7d69eef77a42d432aa61b5cc2b"} Please don’t reply on this GitHub thread. Visit golang.org/cl/718321. |
Use the right name for method Pos.Value in a sample doc comment in the package overview. Fixes #76187. Change-Id: Id1f5b0ca4ea39493b10140bc304c57c081c805ee GitHub-Last-Rev: 7bf5d07 GitHub-Pull-Request: #76195 Reviewed-on: https://go-review.googlesource.com/c/go/+/718321 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Alan Donovan <adonovan@google.com> Auto-Submit: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
|
This PR is being closed because golang.org/cl/718321 has been merged. |
Use the right name for method Pos.Value in a sample doc comment in the package overview.
Fixes #76187.