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 c41dbf5

Browse filesBrowse files
Trotttargos
authored andcommitted
doc: remove "note that" from dgram.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 33d9cf5 commit c41dbf5
Copy full SHA for c41dbf5

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎doc/api/dgram.md‎

Copy file name to clipboardExpand all lines: doc/api/dgram.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ attempt to listen on all addresses. Once binding is complete, a
149149
`'listening'` event is emitted and the optional `callback` function is
150150
called.
151151

152-
Note that specifying both a `'listening'` event listener and passing a
152+
Specifying both a `'listening'` event listener and passing a
153153
`callback` to the `socket.bind()` method is not harmful but not very
154154
useful.
155155

@@ -209,7 +209,7 @@ than `0` is set, it will wrap around an existing socket with the given
209209
file descriptor. In this case, the properties of `port` and `address`
210210
will be ignored.
211211

212-
Note that specifying both a `'listening'` event listener and passing a
212+
Specifying both a `'listening'` event listener and passing a
213213
`callback` to the `socket.bind()` method is not harmful but not very
214214
useful.
215215

@@ -387,7 +387,7 @@ is assigned a random port number and is bound to the "all interfaces" address
387387

388388
An optional `callback` function may be specified to as a way of reporting
389389
DNS errors or for determining when it is safe to reuse the `buf` object.
390-
Note that DNS lookups delay the time to send for at least one tick of the
390+
DNS lookups delay the time to send for at least one tick of the
391391
Node.js event loop.
392392

393393
The only way to know for sure that the datagram has been sent is by using a

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.