Skip to content

Commit f299c44

Browse files
Trotttargos
authored andcommitted
doc: remove "note that" from net.md
Refs: nodejs/remark-preset-lint-node#16 PR-URL: #28329 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent b0a6da7 commit f299c44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/net.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This class is used to create a TCP or [IPC][] server.
7777
added: 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
8181
event is not emitted until all connections are ended.
8282

8383
### Event: 'connection'
@@ -448,7 +448,7 @@ added: v0.1.90
448448
Emitted 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`
452452
emits a `'data'` event.
453453

454454
### Event: 'drain'

0 commit comments

Comments
 (0)