projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dcb71f
)
doc: Fix doc heading for 'response' event
author
Benjamin Waters
<benjamin.waters@outlook.com>
Tue, 31 Dec 2013 00:51:51 +0000
(19:51 -0500)
committer
Fedor Indutny
<fedor.indutny@gmail.com>
Tue, 31 Dec 2013 09:46:38 +0000
(13:46 +0400)
Add colon to event heading to ensure it matches other events.
Fixes joyent/node#5687
doc/api/http.markdown
patch
|
blob
|
history
diff --git
a/doc/api/http.markdown
b/doc/api/http.markdown
index d06e78f743f86b862d44ce8230e88642da751ed3..01cc8aee3282f9b1fc94f94e34f6d186410e86b7 100644
(file)
--- a/
doc/api/http.markdown
+++ b/
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) { }`