Skip to content

Commit

Permalink
doc: add back quote to boolean variable 'true'
Browse files Browse the repository at this point in the history
PR-URL: #1338
Reviewed-By: Roman Reiss <me@silverwind.io>
  • Loading branch information
kohei-takata authored and silverwind committed Apr 3, 2015
1 parent 6a134f7 commit 87053e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/dgram.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`
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
`false`.

Expand Down

0 comments on commit 87053e8

Please sign in to comment.