diff --git a/doc/api/assert.md b/doc/api/assert.md index 2a5c583a7fbfdc..8c4279f5d03d22 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -5,10 +5,6 @@ The `assert` module provides a simple set of assertion tests that can be used to test invariants. -The API for the `assert` module is [Locked][]. This means that there will be no -additions or changes to any of the methods implemented and exposed by the -module. - ## assert(value[, message]) <!-- YAML added: v0.5.9 @@ -466,7 +462,6 @@ assert.throws(myFunction, 'missing foo', 'did not throw with expected message'); assert.throws(myFunction, /missing foo/, 'did not throw with expected message'); ``` -[Locked]: documentation.html#documentation_stability_index [`assert.deepEqual()`]: #assert_assert_deepequal_actual_expected_message [`assert.deepStrictEqual()`]: #assert_assert_deepstrictequal_actual_expected_message [`assert.ok()`]: #assert_assert_ok_value_message