Skip to content

Commit c41dbf5

Browse 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 <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 33d9cf5 commit c41dbf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/dgram.md

+3-3
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)