Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc: change server.close in https
The documentation of `server.close()` in the https module only links
to the documentation in the http module and is a bit ambiguous.
Changed the documentation in the https module to clarify the relation.
  • Loading branch information
mgjm committed Oct 14, 2017
commit f9fbfc6a5aa66eca35838abc0adc94f5ac75bc3c
2 changes: 1 addition & 1 deletion doc/api/https.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ added: v0.1.90
-->
- `callback` {Function}

See [`http.close()`][] for details.
See [`server.close()`][`http.close()`] from the HTTP module for details.

### server.listen()

Expand Down