Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: improved readability in dns docs
  • Loading branch information
0xSanyam committed Jul 6, 2022
commit 0f7577b358d3050c967be3336dd61839ca4f39b9
2 changes: 1 addition & 1 deletion doc/api/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ added: v8.3.0
-->

Cancel all outstanding DNS queries made by this resolver. The corresponding
callbacks will be called with an error with code `ECANCELLED`.
callbacks will be called with an error with the code `ECANCELLED`.

### `resolver.setLocalAddress([ipv4][, ipv6])`

Expand Down