Commit e84e9db 1 parent bf52382 commit e84e9db Copy full SHA for e84e9db
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ added: v0.1.21
276
276
* ` expected ` {any}
277
277
* ` message ` {any}
278
278
* ` operator ` {string} ** Default:** '!='
279
- * ` stackStartFunction ` {function } ** Default:** ` assert.fail `
279
+ * ` stackStartFunction ` {Function } ** Default:** ` assert.fail `
280
280
281
281
Throws an ` AssertionError ` . If ` message ` is falsy, the error message is set as
282
282
the values of ` actual ` and ` expected ` separated by the provided ` operator ` .
Original file line number Diff line number Diff line change @@ -752,7 +752,7 @@ changes:
752
752
` 'ipc' ` entry. When this option is provided, it overrides ` silent ` .
753
753
* ` uid ` {number} Sets the user identity of the process. (See setuid(2).)
754
754
* ` gid ` {number} Sets the group identity of the process. (See setgid(2).)
755
- * ` inspectPort ` {number|function } Sets inspector port of worker.
755
+ * ` inspectPort ` {number|Function } Sets inspector port of worker.
756
756
This can be a number, or a function that takes no arguments and returns a
757
757
number. By default each worker gets its own port, incremented from the
758
758
master's ` process.debugPort ` .
Original file line number Diff line number Diff line change @@ -1045,7 +1045,7 @@ added: v8.4.0
1045
1045
* ` options ` {Object}
1046
1046
* ` endStream ` {boolean} Set to ` true ` to indicate that the response will not
1047
1047
include payload data.
1048
- * ` getTrailers ` {function } Callback function invoked to collect trailer
1048
+ * ` getTrailers ` {Function } Callback function invoked to collect trailer
1049
1049
headers.
1050
1050
* Returns: {undefined}
1051
1051
You can’t perform that action at this time.
0 commit comments