| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 33d9cf5 commit c41dbf5
1 file 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 | |||
| 149 | 149 | `'listening'` event is emitted and the optional `callback` function is | |
| 150 | 150 | called. | |
| 151 | 151 | ||
| 152 | - Note that specifying both a `'listening'` event listener and passing a | ||
| 152 | + Specifying both a `'listening'` event listener and passing a | ||
| 153 | 153 | `callback` to the `socket.bind()` method is not harmful but not very | |
| 154 | 154 | useful. | |
| 155 | 155 | ||
@@ -209,7 +209,7 @@ than `0` is set, it will wrap around an existing socket with the given | |||
| 209 | 209 | file descriptor. In this case, the properties of `port` and `address` | |
| 210 | 210 | will be ignored. | |
| 211 | 211 | ||
| 212 | - Note that specifying both a `'listening'` event listener and passing a | ||
| 212 | + Specifying both a `'listening'` event listener and passing a | ||
| 213 | 213 | `callback` to the `socket.bind()` method is not harmful but not very | |
| 214 | 214 | useful. | |
| 215 | 215 | ||
@@ -387,7 +387,7 @@ is assigned a random port number and is bound to the "all interfaces" address | |||
| 387 | 387 | ||
| 388 | 388 | An optional `callback` function may be specified to as a way of reporting | |
| 389 | 389 | 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 | ||
| 391 | 391 | Node.js event loop. | |
| 392 | 392 | ||
| 393 | 393 | The only way to know for sure that the datagram has been sent is by using a | |
| Back | FazBrowse Home | New Git URL |
0 commit comments