Fix case in docs

pull/23362/head
Ryan Dahl 2010-07-23 12:14:51 -07:00
parent f0f247d7e5
commit 138593b156
1 changed files with 1 additions and 1 deletions

View File

@ -2143,7 +2143,7 @@ Emitted when the server closes.
### net.createServer(connectionListener)
Creates a new TCP server. The `connection_listener` argument is
Creates a new TCP server. The `connectionListener` argument is
automatically set as a listener for the `'connection'` event.