diff --git a/doc/api/assert.md b/doc/api/assert.md index 0f66f456b3fe9a..d5bfd5b8dfbe07 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". diff --git a/doc/api/dgram.md b/doc/api/dgram.md index 16283862959a3c..dc42329ec9b6f7 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.