Skip to content

Commit 87053e8

Browse files
kohei-takatasilverwind
authored andcommitted
doc: add back quote to boolean variable 'true'
PR-URL: #1338 Reviewed-By: Roman Reiss <[email protected]>
1 parent 6a134f7 commit 87053e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/dgram.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ with `socket.address().address` and `socket.address().port`.
4646
The `options` object should contain a `type` field of either `udp4` or `udp6`
4747
and an optional boolean `reuseAddr` field.
4848

49-
When `reuseAddr` is true `socket.bind()` will reuse the address, even if
49+
When `reuseAddr` is `true` `socket.bind()` will reuse the address, even if
5050
another process has already bound a socket on it. `reuseAddr` defaults to
5151
`false`.
5252

0 commit comments

Comments
 (0)