summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api/http.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index 2f51e2473a..5179252cb2 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -1778,7 +1778,7 @@ added: v0.11.6
The raw request/response trailer keys and values exactly as they were
received. Only populated at the `'end'` event.
-### message.setTimeout(msecs, callback)
+### message.setTimeout(msecs[, callback])
<!-- YAML
added: v0.5.9
-->