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.
77
77
added: v0.5.0
78
78
-->
79
79
80
- Emitted when the server closes. Note that if connections exist, this
80
+ Emitted when the server closes. If connections exist, this
81
81
event is not emitted until all connections are ended.
82
82
83
83
### Event: 'connection'
@@ -448,7 +448,7 @@ added: v0.1.90
448
448
Emitted when data is received. The argument ` data ` will be a ` Buffer ` or
449
449
` String ` . Encoding of data is set by [ ` socket.setEncoding() ` ] [ ] .
450
450
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 `
452
452
emits a ` 'data' ` event.
453
453
454
454
### Event: 'drain'
You can’t perform that action at this time.
0 commit comments