summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-04-01 10:13:03 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2018-04-04 15:20:59 +0200
commit3567ea034ea615b919c28cf79fbf1172a6cb8ce6 (patch)
tree19b756fb703ce139380aee2dcb9d51fcf9e871fd
parent5bdd6a7b9e9f0cae02e441affba80a5f49098e1a (diff)
downloadandroid-node-v8-3567ea034ea615b919c28cf79fbf1172a6cb8ce6.tar.gz
android-node-v8-3567ea034ea615b919c28cf79fbf1172a6cb8ce6.tar.bz2
android-node-v8-3567ea034ea615b919c28cf79fbf1172a6cb8ce6.zip
doc: fix added value for `assert` module
PR-URL: https://github.com/nodejs/node/pull/19724 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
-rw-r--r--doc/api/assert.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index 4e9ff82774..ff06c9250f 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -1,6 +1,6 @@
# Assert
-<!--introduced_in=v0.10.0-->
+<!--introduced_in=v0.1.21-->
> Stability: 2 - Stable