mirror of https://github.com/nodejs/node.git
Fix case in docs
parent
f0f247d7e5
commit
138593b156
|
@ -2143,7 +2143,7 @@ Emitted when the server closes.
|
||||||
|
|
||||||
### net.createServer(connectionListener)
|
### 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.
|
automatically set as a listener for the `'connection'` event.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue