Skip to content

Commit 73b32a3

Browse files
Trottitaloacasas
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 <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 2dc8aac commit 73b32a3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/api/assert.md

-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
The `assert` module provides a simple set of assertion tests that can be used to
66
test invariants.
77

8-
The API for the `assert` module is [Locked][]. This means that there will be no
9-
additions or changes to any of the methods implemented and exposed by the
10-
module.
11-
128
## assert(value[, message])
139
<!-- YAML
1410
added: v0.5.9
@@ -466,7 +462,6 @@ assert.throws(myFunction, 'missing foo', 'did not throw with expected message');
466462
assert.throws(myFunction, /missing foo/, 'did not throw with expected message');
467463
```
468464

469-
[Locked]: documentation.html#documentation_stability_index
470465
[`assert.deepEqual()`]: #assert_assert_deepequal_actual_expected_message
471466
[`assert.deepStrictEqual()`]: #assert_assert_deepstrictequal_actual_expected_message
472467
[`assert.ok()`]: #assert_assert_ok_value_message

0 commit comments

Comments
 (0)