doc: add missing comma in net documentation

PR-URL: https://github.com/nodejs/node/pull/24074
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
This commit is contained in:
Rich Trott 2018-11-04 00:18:49 -07:00 committed by Anna Henningsen
parent c8757f8c4f
commit 1c67e741a1
No known key found for this signature in database
GPG Key ID: 9C63F3A6CD2AD8F9

View File

@ -167,7 +167,7 @@ The number of concurrent connections on the server.
This becomes `null` when sending a socket to a child with This becomes `null` when sending a socket to a child with
[`child_process.fork()`][]. To poll forks and get current number of active [`child_process.fork()`][]. To poll forks and get current number of active
connections use asynchronous [`server.getConnections()`][] instead. connections, use asynchronous [`server.getConnections()`][] instead.
### server.getConnections(callback) ### server.getConnections(callback)
<!-- YAML <!-- YAML