summaryrefslogtreecommitdiff
path: root/doc/api/net.md
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-04-26 02:15:59 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2018-04-29 17:10:36 +0200
commitb92c6563024044c34b48165270e8464499e3c0bb (patch)
treeb7a972210d016cc5eec09735496062fdc406df91 /doc/api/net.md
parent655430179f381412d9e2fe7657135f9bba4b8e45 (diff)
downloadandroid-node-v8-b92c6563024044c34b48165270e8464499e3c0bb.tar.gz
android-node-v8-b92c6563024044c34b48165270e8464499e3c0bb.tar.bz2
android-node-v8-b92c6563024044c34b48165270e8464499e3c0bb.zip
doc: improve process event headers
The headers should be handled as all others as well and just indicate all arguments. PR-URL: https://github.com/nodejs/node/pull/20312 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
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