doc: fixed typo in net.markdown (missing comma)

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
This commit is contained in:
James M Snell 2015-08-14 11:07:13 -07:00
parent 7860977524
commit 36151d698d
1 changed files with 1 additions and 1 deletions

View 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