diff --git a/doc/api/http2.md b/doc/api/http2.md index 6932742ca7d944..b17a678c72a385 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1205,7 +1205,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.