Skip to content

Commit

Permalink
doc: fixed typo in net.markdown (missing comma)
Browse files Browse the repository at this point in the history
per: nodejs/node-v0.x-archive#7930

originally submitted by @pbrewczynski

Reviewed By: Sakthipriyan Vairamani <[email protected]>
PR-URL: #2378
  • Loading branch information
jasnell authored and rvagg committed Aug 26, 2015
1 parent 27c07b3 commit c9fdd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/net.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9fdd1b

Please sign in to comment.