From c9fdd1bbbf0b8e35620092658605f146c1dea5de Mon Sep 17 00:00:00 2001 From: James M Snell Date: Fri, 14 Aug 2015 11:07:13 -0700 Subject: [PATCH] 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 --- doc/api/net.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/net.markdown b/doc/api/net.markdown index 2fad87e41b866e..61a8fcfd2af68c 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