diff --git a/doc/api/assert.md b/doc/api/assert.md index fd62777245c125..31f8aa70702a1f 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -8,10 +8,6 @@ used in application code via `require('assert')`. However, `assert` is not a testing framework, and is not intended to be used as a general purpose assertion library. -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])