Skip to content

Commit

Permalink
assert: unlock the assert API
Browse files Browse the repository at this point in the history
Change the Stability Index on `assert` from Locked to Stable.

Refs: nodejs#11200
  • Loading branch information
Trott committed Feb 10, 2017
1 parent 90ab68b commit e5cb1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/assert.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Assert

> Stability: 3 - Locked
> Stability: 2 - Stable
The `assert` module provides a simple set of assertion tests that can be used to
test invariants.
Expand Down

0 comments on commit e5cb1a3

Please sign in to comment.