From: James M Snell Date: Fri, 14 Aug 2015 18:07:13 +0000 (-0700) Subject: doc: fixed typo in net.markdown (missing comma) X-Git-Tag: v4.0.0-rc.1~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36151d698d29be6fa01fa5e241e8f7fcf57d41fc;p=platform%2Fupstream%2Fnodejs.git doc: fixed typo in net.markdown (missing comma) per: https://github.com/joyent/node/pull/7930 originally submitted by @pbrewczynski Reviewed By: Sakthipriyan Vairamani PR-URL: https://github.com/nodejs/node/pull/2378 --- diff --git a/doc/api/net.markdown b/doc/api/net.markdown index aa31ccb..e7858dd 100644 --- a/doc/api/net.markdown +++ b/doc/api/net.markdown @@ -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