summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/events.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/events.markdown b/doc/api/events.markdown
index a98eb5ed3..857d5658b 100644
--- a/doc/api/events.markdown
+++ b/doc/api/events.markdown
@@ -104,7 +104,7 @@ Note that `emitter.setMaxListeners(n)` still has precedence over
### emitter.listeners(event)
-Returns an array of listeners for the specified event.
+Returns a copy of the array of listeners for the specified event.
server.on('connection', function (stream) {
console.log('someone connected!');