Skip to content

Conversation

@ChALkeR
Copy link
Member

@ChALkeRChALkeR commented Apr 27, 2016

Checklist
  • documentation is changed or added
  • the commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

Replace myErr with myEE 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

@ChALkeRChALkeR added the doc Issues and PRs related to the documentations. label Apr 27, 2016
@bnoordhuis
Copy link
Member

LGTM but you need to s/Fix EventEmmiter/fix EventEmitter/ in the commit log.

@ChALkeRChALkeRforce-pushed the fix-events-doc-mistype branch from 7afa3c0 to 57988daCompareApril 27, 2016 10:13
@ChALkeR
Copy link
MemberAuthor

@bnoordhuis Done.

@ChALkeRChALkeRforce-pushed the fix-events-doc-mistype branch from 57988da to 7bc444dCompareApril 27, 2016 10:15
@cjihrig
Copy link
Contributor

LGTM

@jasnell
Copy link
Member

LGTM
On Apr 27, 2016 3:01 AM, "Сковорода Никита Андреевич" <
[email protected]> wrote:

Checklist

  • documentation is changed or added
  • the commit message follows commit guidelines

Affected core subsystem(s)

doc
Description of change

Replace myErr with myEE in one place (that was obviously a mistype).
Fix the expected output to have the actual formatting.

This was overlooked in #5617#5617
(I also didn't notice that).

/cc @jasnellhttps://github.com/jasnell

You can view, comment on, or merge this pull request online at:

#6417
Commit Summary

  • doc: Fix EventEmmiter#eventNames() example

File Changes

Patch Links:


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#6417

@mscdexmscdex added the events Issues and PRs related to the events subsystem / EventEmitter. label Apr 27, 2016
@mscdexmscdex changed the title doc: Fix EventEmmiter#eventNames() exampledoc: Fix EventEmitter#eventNames() exampleApr 27, 2016
@mscdex
Copy link
Contributor

LGTM but commit message still shows 'EventEmmiter'

@ChALkeR
Copy link
MemberAuthor

@mscdex Ah, I didn't notice that, thanks! Will fix that.

@ChALkeRChALkeRforce-pushed the fix-events-doc-mistype branch from 7bc444d to 5b5105aCompareApril 27, 2016 20:46
@ChALkeRChALkeR changed the title doc: Fix EventEmitter#eventNames() exampledoc: fix EventEmitter#eventNames() exampleApr 27, 2016
@ChALkeR
Copy link
MemberAuthor

@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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
@ChALkeRChALkeRforce-pushed the fix-events-doc-mistype branch from 5b5105a to 10e3efbCompareApril 27, 2016 20:50
@bnoordhuis
Copy link
Member

LGTM

jasnell pushed a commit that referenced this pull request Apr 30, 2016
Replace myErr with myEE in one place. Fix the expected output to have the actual formatting. PR-URL: #6417 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
@jasnell
Copy link
Member

Landed in c1f2df9

@jasnelljasnell closed this Apr 30, 2016
Fishrock123 pushed a commit that referenced this pull request May 4, 2016
Replace myErr with myEE in one place. Fix the expected output to have the actual formatting. PR-URL: #6417 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
joelostrowski pushed a commit to joelostrowski/node that referenced this pull request May 4, 2016
Replace myErr with myEE in one place. Fix the expected output to have the actual formatting. PR-URL: nodejs#6417 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
@MylesBorins
Copy link
Contributor

@ChALkeR lts?

@ChALkeR
Copy link
MemberAuthor

@thealphanerd Perhaps. This is mostly just a typo fix in the docs.

@MylesBorins
Copy link
Contributor

MylesBorins commented Jun 2, 2016

moved to don't land

@ChALkeR feel free to file a backport PR if you like, it is by no means crucial though

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.eventsIssues and PRs related to the events subsystem / EventEmitter.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@ChALkeR@bnoordhuis@cjihrig@jasnell@mscdex@MylesBorins