File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ This class is used to create a TCP or [IPC][] server.
7777added: v0.5.0
7878-->
7979
80- Emitted when the server closes. Note that if connections exist, this
80+ Emitted when the server closes. If connections exist, this
8181event is not emitted until all connections are ended.
8282
8383### Event: 'connection'
@@ -448,7 +448,7 @@ added: v0.1.90
448448Emitted when data is received. The argument ` data ` will be a ` Buffer ` or
449449` String ` . Encoding of data is set by [ ` socket.setEncoding() ` ] [ ] .
450450
451- Note that the ** data will be lost** if there is no listener when a ` Socket `
451+ The data will be lost if there is no listener when a ` Socket `
452452emits a ` 'data' ` event.
453453
454454### Event: 'drain'
You can’t perform that action at this time.
0 commit comments