We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a134f7 commit 87053e8Copy full SHA for 87053e8
doc/api/dgram.markdown
@@ -46,7 +46,7 @@ with `socket.address().address` and `socket.address().port`.
46
The `options` object should contain a `type` field of either `udp4` or `udp6`
47
and an optional boolean `reuseAddr` field.
48
49
-When `reuseAddr` is true `socket.bind()` will reuse the address, even if
+When `reuseAddr` is `true` `socket.bind()` will reuse the address, even if
50
another process has already bound a socket on it. `reuseAddr` defaults to
51
`false`.
52
0 commit comments