-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
doc: correct EventEmitter reference #16791
Conversation
@benjamingr Thanks for your very fast reply to this issue. Here's a pull request to fix it. I don't believe new tests are needed so I took that item off the checklist. Wasn't sure if I should be running the existing tests (perhaps to ensure the change hasn't broken code examples in the docs?). Left it on the list and unchecked to start. If it's necessary please let me know and I'll get set up to do it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. This should need to wait any longer to land
Landed in b5f0578 |
PR-URL: nodejs#16791 Fixes: nodejs#16789 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Corrects an erroneous reference to
EventListener
meant to be a reference toEventEmitter
.Fixes: #16789
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
doc events