Skip to content

Commit

Permalink
squash:nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Jun 12, 2016
1 parent 9950f3a commit a8c5192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -914,9 +914,9 @@ Just like `'end'`, this event occurs only once per response.

* `error` {Error}

Calls `.destroy()` on the socket that received the `IncomingMessage`. If `error`
is provided, an `'error'` event is fired and `error` is passed as an argument to
any listeners on the event.
Calls `destroy()` on the socket that received the `IncomingMessage`. If `error`
is provided, an `'error'` event is emitted and `error` is passed as an argument
to any listeners on the event.

### message.headers

Expand Down

0 comments on commit a8c5192

Please sign in to comment.