Skip to content

Commit 6a67823

Browse files
msafichrisdickinson
authored andcommitted
doc: clarify return value of http.createServer
PR-URL: nodejs/node-v0.x-archive#6054 Reviewed-by: Isaac Z. Schlueter <i@izs.me> Reviewed-by: Chris Dickinson <christopher.s.dickinson@gmail.com>
1 parent adc0206 commit 6a67823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/http.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Found'`.
5959

6060
## http.createServer([requestListener])
6161

62-
Returns a new web server object.
62+
Returns a new instance of [http.Server](#http_class_http_server).
6363

6464
The `requestListener` is a function which is automatically
6565
added to the `'request'` event.

0 commit comments

Comments
 (0)