Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f299c44

Browse filesBrowse 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 <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>
1 parent b0a6da7 commit f299c44
Copy full SHA for f299c44

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/net.md‎

Copy file name to clipboardExpand all lines: doc/api/net.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.