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:
parent
c8757f8c4f
commit
1c67e741a1
@ -167,7 +167,7 @@ The number of concurrent connections on the server.
|
||||
|
||||
This becomes `null` when sending a socket to a child with
|
||||
[`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)
|
||||
<!-- YAML
|
||||
|
Loading…
x
Reference in New Issue
Block a user