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
Fix nit
  • Loading branch information
jasnell committed Jul 5, 2016
commit 5ae6a2f6df35425a1710ec23ec27a3e7d8644e8c
2 changes: 1 addition & 1 deletion doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ The `callback` function is invoked with two arguments:

* `err` {Error} `null` if the operation was successful or `Error` if an
error occurred.
* `count` {number} The number of connections
* `count` {number} The number of connections.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

"if err is null"


```js
server.getConnections((err, count) => {
Expand Down