diff --git a/doc/api/net.markdown b/doc/api/net.markdown index f2be29a6b0d2a4..33b6a46871e909 100644 --- a/doc/api/net.markdown +++ b/doc/api/net.markdown @@ -8,7 +8,7 @@ this module with `require('net');`. ## net.createServer([options][, connectionListener]) -Creates a new TCP server. The `connectionListener` argument is +Creates a new server. The `connectionListener` argument is automatically set as a listener for the ['connection'][] event. `options` is an object with the following defaults: