Browse Source

doc: Fix doc heading for 'response' event

Add colon to event heading to ensure it matches other events.

Fixes joyent/node#5687
v0.11.10-release
Benjamin Waters 11 years ago
committed by Fedor Indutny
parent
commit
58d6ca3a95
  1. 2
      doc/api/http.markdown

2
doc/api/http.markdown

@ -704,7 +704,7 @@ which has been transmitted are equal or not.
The request implements the [Writable Stream][] interface. This is an
[EventEmitter][] with the following events:
### Event 'response'
### Event: 'response'
`function (response) { }`

Loading…
Cancel
Save