Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-01 21:21:07 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-10-09 21:46:45 +0300
commit6eace7749dff0e6b94b37af3496e5b4051051bc5 (patch)
treeb506a2fd99db0a7a499b8242302a87e198857be1 /doc/api/assert.md
parentb3c3e0115f1c0341f0c34265f88aadb148f49e64 (diff)
doc: fix missing PR-URLs in YAML comments
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/139 PR-URL: https://github.com/nodejs/node/pull/35454 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index 0f66f456b3f..d5bfd5b8dfb 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -19,6 +19,7 @@ changes:
- version:
- v13.9.0
- v12.16.2
+ pr-url: https://github.com/nodejs/node/pull/31635
description: Changed "strict mode" to "strict assertion mode" and "legacy
mode" to "legacy assertion mode" to avoid confusion with the
more usual meaning of "strict mode".