Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c9fdd1b

Browse filesBrowse files
jasnellrvagg
authored andcommitted
doc: fixed typo in net.markdown (missing comma)
per: nodejs/node-v0.x-archive#7930 originally submitted by @pbrewczynski Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> PR-URL: #2378
1 parent 27c07b3 commit c9fdd1b
Copy full SHA for c9fdd1b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/net.markdown‎

Copy file name to clipboardExpand all lines: doc/api/net.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Construct a new socket object.
334334

335335
`options` is an object with the following defaults:
336336

337-
{ fd: null
337+
{ fd: null,
338338
allowHalfOpen: false,
339339
readable: false,
340340
writable: false

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.