From 15777e04a0cd910d14bd249c2b684e3402f899e4 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. --- doc/api/assert.md | 5 ----- 1 file changed, 5 deletions(-) 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])