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.