diff --git a/doc/api/http2.md b/doc/api/http2.md index 5b50edda674a58..a2141e995f0a38 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1229,7 +1229,7 @@ added: v10.11.0 * {boolean} -Set the `true` if the `END_STREAM` flag was set in the request or response +Set to `true` if the `END_STREAM` flag was set in the request or response HEADERS frame received, indicating that no additional data should be received and the readable side of the `Http2Stream` will be closed.