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

typo fix on changelog #1342

Closed
wants to merge 1 commit into from
Closed

typo fix on changelog #1342

wants to merge 1 commit into from

Conversation

Gioyik
Copy link
Contributor

@Gioyik Gioyik commented Apr 4, 2015

Hi,

Creating the weekly update from the Evangelism group we found a typo problem in the Changelog. See nodejs/evangelism#52 for discussion.

Thanks

@mscdex mscdex added the doc Issues and PRs related to the documentations. label Apr 4, 2015
Fishrock123 pushed a commit that referenced this pull request Apr 4, 2015
PR-URL: #1342
Reviewed-By: Jeremiah Senkpiel <[email protected]>
@Fishrock123
Copy link
Contributor

Thanks! Landed in bde2b3e

@rvagg
Copy link
Member

rvagg commented Apr 5, 2015

This was not a typo.. The # is an idiomatic way to refer to an instance method. I don't believe Timer.close() is a thing, this was referring to an instance of a Timer having a close() method.

@Fishrock123
Copy link
Contributor

Oh, I thought that was only for methods on a prototype (i.e. overwitable / meant to be overwritable)

77c2da1 referred to it as Timer.close also :|

@aredridel
Copy link
Contributor

Yay rubyisms!

@Gioyik
Copy link
Contributor Author

Gioyik commented Apr 5, 2015

Sorry, I didn't know. I think I should ask before make a PR. Thanks so much for clarification and I created a PR with a revert for this PR.

Thanks

This was referenced Apr 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants