Browse Source

Fix case in docs

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
138593b156
  1. 2
      doc/api.markdown

2
doc/api.markdown

@ -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.

Loading…
Cancel
Save