File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
150150called.
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
154154useful.
155155
@@ -209,7 +209,7 @@ than `0` is set, it will wrap around an existing socket with the given
209209file descriptor. In this case, the properties of ` port ` and ` address `
210210will 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
214214useful.
215215
@@ -387,7 +387,7 @@ is assigned a random port number and is bound to the "all interfaces" address
387387
388388An optional ` callback ` function may be specified to as a way of reporting
389389DNS 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
391391Node.js event loop.
392392
393393The only way to know for sure that the datagram has been sent is by using a
You can’t perform that action at this time.
0 commit comments