summaryrefslogtreecommitdiff
path: root/doc/api/assert.md
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2018-02-04 16:30:04 +0100
committerAnna Henningsen <anna@addaleax.net>2018-02-04 19:28:12 +0100
commit05e702d9f16f6808e83f6a47cfa4294dea3f7343 (patch)
treee77601a8a03e4a08d51b41398c212501aad0b645 /doc/api/assert.md
parent47a984ada005d4db150b3d0ebd71b560411e7470 (diff)
downloadandroid-node-v8-05e702d9f16f6808e83f6a47cfa4294dea3f7343.tar.gz
android-node-v8-05e702d9f16f6808e83f6a47cfa4294dea3f7343.tar.bz2
android-node-v8-05e702d9f16f6808e83f6a47cfa4294dea3f7343.zip
doc: fix `REPLACEME` in changelog PR URLs
PR-URL: https://github.com/nodejs/node/pull/18561 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me>
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index 7bade14184..0e5f444205 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -18,7 +18,7 @@ For more information about the used equality comparisons see
added: REPLACEME
changes:
- version: REPLACEME
- pr-url: https://github.com/nodejs/node/pull/REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/17615
description: Added error diffs to the strict mode
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/17002
@@ -445,7 +445,7 @@ See below for further details.
added: v0.1.21
changes:
- version: REPLACEME
- pr-url: https://github.com/nodejs/node/pull/REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/18418
description: Calling `assert.fail` with more than one argument is deprecated
and emits a warning.
-->
@@ -728,7 +728,7 @@ parameter is an instance of an [`Error`][] then it will be thrown instead of the
added: v0.1.21
changes:
- version: REPLACEME
- pr-url: https://github.com/nodejs/node/pull/REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/18319
description: assert.ok() (no arguments) will now use a predefined error msg.
-->
* `value` {any}
@@ -834,7 +834,7 @@ instead of the `AssertionError`.
added: v0.1.21
changes:
- version: REPLACEME
- pr-url: https://github.com/nodejs/node/pull/REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/17584
description: The `error` parameter can now be an object as well.
- version: v4.2.0
pr-url: https://github.com/nodejs/node/pull/3276