doc: net: remove bad net.Server description

net.Server is not an instance of net.Socket so don't say it is.
pull/5010/head
Ben Noordhuis 2013-10-10 14:34:15 +02:00
parent 51cdce8322
commit ff1efdd6ee
1 changed files with 0 additions and 1 deletions

View File

@ -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])