Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Martin <jmar777@gmail.com>2011-12-29 00:14:30 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-12-29 17:35:52 +0400
commit8c3a757ffc7d77d367dd348eee97187564d5fb2f (patch)
treedc222ba1766ad924a649039f1e0c22b940fa32c0 /doc
parent448c5e07ca594399f3d3f93ea6f97124ea56af95 (diff)
docs: tiny typo in http.markdown
Diffstat (limited to 'doc')
-rw-r--r--doc/api/http.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http.markdown b/doc/api/http.markdown
index 8dd9935a1ee..57f13a48ad2 100644
--- a/doc/api/http.markdown
+++ b/doc/api/http.markdown
@@ -647,7 +647,7 @@ A client server pair that show you how to listen for the `upgrade` event using `
### Event: 'continue'
-`function ()`
+`function () { }`
Emitted when the server sends a '100 Continue' HTTP response, usually because
the request contained 'Expect: 100-continue'. This is an instruction that