Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 6a67823

Browse files
msafichrisdickinson
authored andcommitted
doc: clarify return value of http.createServer
PR-URL: #6054 Reviewed-by: Isaac Z. Schlueter <[email protected]> Reviewed-by: Chris Dickinson <[email protected]>
1 parent adc0206 commit 6a67823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)