doc: use consistent event name parameter
authorBenjamin Gruenbaum <inglor@gmail.com>
Tue, 22 Mar 2016 21:21:46 +0000 (23:21 +0200)
committerMyles Borins <mborins@us.ibm.com>
Wed, 30 Mar 2016 20:12:17 +0000 (13:12 -0700)
commit7c837028dae4533542175acb5ba1d14521dde0e4
tree5d58c7ac8710f7e367b361273ae9abbb349d571c
parent0a1eb168e00ee7abd43ada4dc23ea0445b1bf1c9
doc: use consistent event name parameter

Implementing the suggestion in
https://github.com/nodejs/node/issues/4554 this pull request renames
the parameter name in all the places that accept an event name as a parameter.

Previously, the parameter has been called `event` or `type`. Now as suggested
it is consistently called `eventName`.

PR-URL: https://github.com/nodejs/node/pull/5850
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
doc/api/events.markdown