summaryrefslogtreecommitdiff
path: root/doc/api/assert.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index ff06c9250f..6a587052f2 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -561,8 +561,8 @@ added: v0.1.21
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/18418
- description: Calling `assert.fail` with more than one argument is deprecated
- and emits a warning.
+ description: Calling `assert.fail()` with more than one argument is
+ deprecated and emits a warning.
-->
* `actual` {any}
* `expected` {any}