Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: fixed typo in net.markdown (missing comma)
per: nodejs/node-v0.x-archive#7930

originally submitted by @pbrewczynski
  • Loading branch information
jasnell committed Aug 26, 2015
commit 55c41df27969a0a3a66e1ce47a6d26efaa3addde
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