doc: fixed typo in net.markdown (missing comma)
authorJames M Snell <jasnell@gmail.com>
Fri, 14 Aug 2015 18:07:13 +0000 (11:07 -0700)
committerJames M Snell <jasnell@gmail.com>
Wed, 26 Aug 2015 01:52:01 +0000 (18:52 -0700)
per: https://github.com/joyent/node/pull/7930

originally submitted by @pbrewczynski

Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/2378

doc/api/net.markdown

index aa31ccb..e7858dd 100644 (file)
@@ -334,7 +334,7 @@ Construct a new socket object.
 
 `options` is an object with the following defaults:
 
-    { fd: null
+    { fd: null,
       allowHalfOpen: false,
       readable: false,
       writable: false