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
Next Next commit
Wrap at 80 chars
  • Loading branch information
kysnm committed Dec 20, 2017
commit 614792bf4f7c7dc5f5fbbbc7cfbe1c28b5c19707
3 changes: 2 additions & 1 deletion doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,8 @@ and HTTP/2 Server instances.
<a id="ERR_SERVER_NOT_RUNNING"></a>
### ERR_SERVER_NOT_RUNNING

The [`server.close()`][] method was called when a `net.Server` was not running. This applies to all instances of `net.Server`, including HTTP, HTTPS,
The [`server.close()`][] method was called when a `net.Server` was not running.
This applies to all instances of `net.Server`, including HTTP, HTTPS,
and HTTP/2 Server instances.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: "Server" should probably be either in backticks or else lowercase. (Either it is referring to a server generically, in which case lowercase, or it is referring to the Server object, in which case backticks.)


<a id="ERR_SOCKET_ALREADY_BOUND"></a>
Expand Down