diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 5f3c1a437b36ed..c4119d8649ac13 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -861,9 +861,9 @@ and `crypto.getFips()` instead. Type: Runtime -Using `assert.fail()` with more than one argument has no benefit over writing an -individual error message. Either use `assert.fail()` with one argument or switch -to one of the other assert methods. +Using `assert.fail()` with more than one argument is deprecated. Use +`assert.fail()` with only one argument or use a different `assert` module +method. ### DEP0095: timers.enroll()