summaryrefslogtreecommitdiff
path: root/doc/api/net.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/net.markdown')
-rw-r--r--doc/api/net.markdown1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/api/net.markdown b/doc/api/net.markdown
index 1d7b6d2dda..c44b06d8d3 100644
--- a/doc/api/net.markdown
+++ b/doc/api/net.markdown
@@ -118,7 +118,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])