diff --git a/doc/api/http.md b/doc/api/http.md index 50bcd797e30c22..632d0866271df8 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2189,7 +2189,7 @@ changes: pr-url: https://github.com/nodejs/node/pull/35281 description: >- `message.headers` is now lazily computed using an accessor property - on the prototype. + on the prototype and is no longer enumerable. --> * {Object}