We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6bd21 commit 8cbf7cbCopy full SHA for 8cbf7cb
doc/api/events.markdown
@@ -104,7 +104,7 @@ Note that `emitter.setMaxListeners(n)` still has precedence over
104
105
### emitter.listeners(event)
106
107
-Returns an array of listeners for the specified event.
+Returns a copy of the array of listeners for the specified event.
108
109
server.on('connection', function (stream) {
110
console.log('someone connected!');
0 commit comments