diff --git a/doc/api/net.markdown b/doc/api/net.markdown index 160e2375ef0..d80e80b4a54 100644 --- a/doc/api/net.markdown +++ b/doc/api/net.markdown @@ -116,7 +116,6 @@ The `connectListener` parameter will be added as an listener for the ## Class: net.Server This class is used to create a TCP or UNIX server. -A server is a `net.Socket` that can listen for new incoming connections. ### server.listen(port, [host], [backlog], [callback])