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

go/ast: Minor typo in Scope.Insert documentation. #10125

Closed
achun opened this issue Mar 10, 2015 · 0 comments
Closed

go/ast: Minor typo in Scope.Insert documentation. #10125

achun opened this issue Mar 10, 2015 · 0 comments
Milestone

Comments

@achun
Copy link

achun commented Mar 10, 2015

An extra double quotes at the end of comments.

// Insert attempts to insert a named object obj into the scope s.
// If the scope already contains an object alt with the same name,
// Insert leaves the scope unchanged and returns alt. Otherwise
// it inserts obj and returns nil."
//
func (s *Scope) Insert(obj *Object) (alt *Object) {
@minux minux added this to the Go1.5 milestone Mar 10, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
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

3 participants