Skip to content

Commit

Permalink
doc: remove "note that" from net.md
Browse files Browse the repository at this point in the history
Refs: nodejs/remark-preset-lint-node#16

PR-URL: #28329
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
Trott authored and targos committed Jul 2, 2019
1 parent b0a6da7 commit f299c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ This class is used to create a TCP or [IPC][] server.
added: v0.5.0
-->

Emitted when the server closes. Note that if connections exist, this
Emitted when the server closes. If connections exist, this
event is not emitted until all connections are ended.

### Event: 'connection'
Expand Down Expand Up @@ -448,7 +448,7 @@ added: v0.1.90
Emitted when data is received. The argument `data` will be a `Buffer` or
`String`. Encoding of data is set by [`socket.setEncoding()`][].

Note that the **data will be lost** if there is no listener when a `Socket`
The data will be lost if there is no listener when a `Socket`
emits a `'data'` event.

### Event: 'drain'
Expand Down

0 comments on commit f299c44

Please sign in to comment.