doc: add back quote to boolean variable 'true'
PR-URL: https://github.com/iojs/io.js/pull/1338 Reviewed-By: Roman Reiss <me@silverwind.io>
This commit is contained in:
parent
6a134f7d70
commit
87053e8aee
@ -46,7 +46,7 @@ with `socket.address().address` and `socket.address().port`.
|
|||||||
The `options` object should contain a `type` field of either `udp4` or `udp6`
|
The `options` object should contain a `type` field of either `udp4` or `udp6`
|
||||||
and an optional boolean `reuseAddr` field.
|
and an optional boolean `reuseAddr` field.
|
||||||
|
|
||||||
When `reuseAddr` is true `socket.bind()` will reuse the address, even if
|
When `reuseAddr` is `true` `socket.bind()` will reuse the address, even if
|
||||||
another process has already bound a socket on it. `reuseAddr` defaults to
|
another process has already bound a socket on it. `reuseAddr` defaults to
|
||||||
`false`.
|
`false`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user