Commit c3fde98 1 parent d955645 commit c3fde98 Copy full SHA for c3fde98
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ added: v0.1.21
375
375
* ` expected ` {any}
376
376
* ` message ` {any} ** Default:** ` 'Failed' `
377
377
* ` operator ` {string} ** Default:** '!='
378
- * ` stackStartFunction ` {function } ** Default:** ` assert.fail `
378
+ * ` stackStartFunction ` {Function } ** Default:** ` assert.fail `
379
379
380
380
Throws an ` AssertionError ` . If ` message ` is falsy, the error message is set as
381
381
the values of ` actual ` and ` expected ` separated by the provided ` operator ` . If
@@ -719,7 +719,7 @@ changes:
719
719
description: The `error` parameter can now be an arrow function.
720
720
-->
721
721
* ` block ` {Function}
722
- * ` error ` {RegExp|Function|object }
722
+ * ` error ` {RegExp|Function|Object }
723
723
* ` message ` {any}
724
724
725
725
Expects the function ` block ` to throw an error.
Original file line number Diff line number Diff line change @@ -718,7 +718,7 @@ changes:
718
718
` 'ipc' ` entry. When this option is provided, it overrides ` silent ` .
719
719
* ` uid ` {number} Sets the user identity of the process. (See setuid(2).)
720
720
* ` gid ` {number} Sets the group identity of the process. (See setgid(2).)
721
- * ` inspectPort ` {number|function } Sets inspector port of worker.
721
+ * ` inspectPort ` {number|Function } Sets inspector port of worker.
722
722
This can be a number, or a function that takes no arguments and returns a
723
723
number. By default each worker gets its own port, incremented from the
724
724
master's ` process.debugPort ` .
Original file line number Diff line number Diff line change @@ -1232,7 +1232,7 @@ added: v8.4.0
1232
1232
* ` options ` {Object}
1233
1233
* ` endStream ` {boolean} Set to ` true ` to indicate that the response will not
1234
1234
include payload data.
1235
- * ` getTrailers ` {function } Callback function invoked to collect trailer
1235
+ * ` getTrailers ` {Function } Callback function invoked to collect trailer
1236
1236
headers.
1237
1237
* Returns: {undefined}
1238
1238
You can’t perform that action at this time.
0 commit comments