diff --git a/doc/api/http.md b/doc/api/http.md index 53cd9d3bb8aa03..999cb4da4c2b73 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1172,8 +1172,8 @@ added: v0.0.2 * {boolean} -Boolean value that indicates whether the response has completed. Starts -as `false`. After [`response.end()`][] executes, the value will be `true`. +The `response.finished` property will be `true` if [`response.end()`][] +has been called. ### response.getHeader(name)