Skip to content

Commit 16cee69

Browse files
committed
address more comments
1 parent 3ffc671 commit 16cee69

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

doc/api/net.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ This class is used to create a TCP or [IPC][] server.
6464

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

67-
* `options` {Object} See [`net.createServer([options][, connectionListener])`][`net.createServer()`].
67+
* `options` {Object} See
68+
[`net.createServer([options][, connectionListener])`][`net.createServer()`].
6869
* `connectionListener` {Function} Automatically set as a listener for the
6970
[`'connection'`][] event.
7071
* Returns: {net.Server}

doc/api/v8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Writes out a header, which includes the serialization format version.
204204

205205
#### serializer.writeValue(value)
206206

207-
* `value` {Object}
207+
* `value` {any}
208208

209209
Serializes a JavaScript value and adds the serialized representation to the
210210
internal buffer.

0 commit comments

Comments
 (0)