Navigation Menu

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

tour: Wrong description on methods with pointer receivers #35952

Closed
admacro opened this issue Dec 4, 2019 · 1 comment
Closed

tour: Wrong description on methods with pointer receivers #35952

admacro opened this issue Dec 4, 2019 · 1 comment

Comments

@admacro
Copy link

admacro commented Dec 4, 2019

here
Article URL: https://tour.golang.org/methods/7
Code: https://github.com/golang/tour/blob/master/content/methods.article#L113

it says

while methods with value receivers take either a value or a pointer as the

Should be

while methods with pointer receivers take either a value or a pointer as the

@admacro
Copy link
Author

admacro commented Dec 4, 2019

Sorry, wrong reporting. The description is correct.

@admacro admacro closed this as completed Dec 4, 2019
@golang golang locked and limited conversation to collaborators Dec 3, 2020
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