Skip to content

Commit b065847

Browse files
Trottjasnell
authored andcommitted
doc: remove extraneous paragraph from assert doc
The stability index is explained elsewhere in the documentation. It is not necessary to repeat the information about Locked stability index in the assert documentation. PR-URL: #11174 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent b5bbd8b commit b065847

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/api/assert.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ used in application code via `require('assert')`. However, `assert` is not a
88
testing framework, and is not intended to be used as a general purpose assertion
99
library.
1010

11-
The API for the `assert` module is [Locked][]. This means that there will be no
12-
additions or changes to any of the methods implemented and exposed by
13-
the module.
14-
1511
## assert(value[, message])
1612
<!-- YAML
1713
added: v0.5.9
@@ -508,7 +504,6 @@ assert.throws(myFunction, 'missing foo', 'did not throw with expected message');
508504
assert.throws(myFunction, /missing foo/, 'did not throw with expected message');
509505
```
510506

511-
[Locked]: documentation.html#documentation_stability_index
512507
[`assert.deepEqual()`]: #assert_assert_deepequal_actual_expected_message
513508
[`assert.deepStrictEqual()`]: #assert_assert_deepstrictequal_actual_expected_message
514509
[`assert.ok()`]: #assert_assert_ok_value_message

0 commit comments

Comments
 (0)