diff --git a/doc/api/http2.md b/doc/api/http2.md index 51efb6c9dc886c..96b59cd11f1bd3 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1201,7 +1201,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.