-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: fix EventEmitter#eventNames() example #6417
Conversation
LGTM but you need to |
7afa3c0
to
57988da
Compare
@bnoordhuis Done. |
57988da
to
7bc444d
Compare
LGTM |
LGTM
|
LGTM but commit message still shows 'EventEmmiter' |
@mscdex Ah, I didn't notice that, thanks! Will fix that. |
7bc444d
to
5b5105a
Compare
@bnoordhuis, @mscdex Fixed. |
Replace myErr with myEE in one place. Fix the expected output to have the actual formatting. PR-URL: nodejs#6417 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
5b5105a
to
10e3efb
Compare
LGTM |
Replace myErr with myEE in one place. Fix the expected output to have the actual formatting. PR-URL: #6417 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
Landed in c1f2df9 |
Replace myErr with myEE in one place. Fix the expected output to have the actual formatting. PR-URL: #6417 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
Replace myErr with myEE in one place. Fix the expected output to have the actual formatting. PR-URL: nodejs#6417 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
@ChALkeR lts? |
@thealphanerd Perhaps. This is mostly just a typo fix in the docs. |
moved to don't land @ChALkeR feel free to file a backport PR if you like, it is by no means crucial though |
Checklist
Affected core subsystem(s)
doc
Description of change
Replace
myErr
withmyEE
in one place (that was obviously a mistype).Fix the expected output to have the actual formatting.
This was overlooked in #5617 (I also didn't notice that).
/cc @jasnell