diff --git a/doc/api/http.markdown b/doc/api/http.markdown index 8b32cf59f4b..709508fe75f 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -59,7 +59,7 @@ Found'`. ## http.createServer([requestListener]) -Returns a new web server object. +Returns a new instance of [http.Server](#http_class_http_server). The `requestListener` is a function which is automatically added to the `'request'` event.