summaryrefslogtreecommitdiff
path: root/doc/api/net.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/net.md')
-rw-r--r--doc/api/net.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/net.md b/doc/api/net.md
index 54f3c2f737..6b8afce4a5 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -388,7 +388,7 @@ added: v0.3.4
Creates a new socket object.
* `options` {Object} Available options are:
- * `fd`: {number} If specified, wrap around an existing socket with
+ * `fd` {number} If specified, wrap around an existing socket with
the given file descriptor, otherwise a new socket will be created.
* `allowHalfOpen` {boolean} Indicates whether half-opened TCP connections
are allowed. See [`net.createServer()`][] and the [`'end'`][] event