Skip to content

Commit

Permalink
doc,events: fix a link typo
Browse files Browse the repository at this point in the history
PR-URL: #6640
Reviewed-By: Alexander Makarenko <estliberitas@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
  • Loading branch information
yorkie authored and evanlucas committed May 17, 2016
1 parent 1def098 commit e8c0dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,6 @@ Returns a reference to the `EventEmitter` so calls can be chained.
[`fs.ReadStream`]: fs.html#fs_class_fs_readstream
[`emitter.setMaxListeners(n)`]: #events_emitter_setmaxlisteners_n
[`EventEmitter.defaultMaxListeners`]: #events_eventemitter_defaultmaxlisteners
[`emitter.listenerCount()`]: #events_emitter_listenercount_event
[`emitter.listenerCount()`]: #events_emitter_listenercount_eventname
[`domain`]: domain.html
[stream]: stream.html

0 comments on commit e8c0dba

Please sign in to comment.