From b065847baca5742669137fa2605508ca24e3dc7f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 4 Feb 2017 20:50:39 -0800 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/11174 Reviewed-By: Luigi Pinca Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Joyee Cheung Reviewed-By: Michael Dawson --- doc/api/assert.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/api/assert.md b/doc/api/assert.md index 4e6da0f5ab014b..70fc919e6fa942 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])