From b3f15b7d890110bfd4bbc7be3cc66ed45f916eca Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 1 Oct 2020 20:21:07 +0200 Subject: [PATCH] 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 Reviewed-By: Luigi Pinca Reviewed-By: Ujjwal Sharma Reviewed-By: Trivikram Kamat Reviewed-By: Benjamin Gruenbaum Reviewed-By: Khaidi Chu Reviewed-By: Michael Dawson --- doc/api/assert.md | 1 + doc/api/dgram.md | 3 ++- doc/api/domain.md | 1 + doc/api/n-api.md | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/api/assert.md b/doc/api/assert.md index b1b77b8f3d6ea7..ea5e6034509227 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -16,6 +16,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". diff --git a/doc/api/dgram.md b/doc/api/dgram.md index 9c289b3fb7cca8..4b084b20adb27a 100644 --- a/doc/api/dgram.md +++ b/doc/api/dgram.md @@ -174,7 +174,8 @@ This method throws `EBADF` if called on an unbound socket.