Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
address more comments
  • Loading branch information
rubys committed Jul 14, 2018
commit 16cee695f47e2b09794f912a22e8c490a1acb6fd
3 changes: 2 additions & 1 deletion doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ This class is used to create a TCP or [IPC][] server.

### new net.Server([options][, connectionListener])

* `options` {Object} See [`net.createServer([options][, connectionListener])`][`net.createServer()`].
* `options` {Object} See
[`net.createServer([options][, connectionListener])`][`net.createServer()`].
* `connectionListener` {Function} Automatically set as a listener for the
[`'connection'`][] event.
* Returns: {net.Server}
Expand Down
2 changes: 1 addition & 1 deletion doc/api/v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Writes out a header, which includes the serialization format version.

#### serializer.writeValue(value)

* `value` {Object}
* `value` {any}

Serializes a JavaScript value and adds the serialized representation to the
internal buffer.
Expand Down