The issue is a documentation clarification based on maintainer feedback.
The issue points out a perceived discrepancy in the `dns.lookup` callback signature documentation, but maintainers have confirmed the documentation is correct for the default case. The task involves verifying and potentially clarifying the documentation to avoid confusion.
https://nodejs.org/docs/latest-v20.x/api/dns.html#dnslookuphostname-options-callback
As seen in issues like: https://github.com/nodejs/node/issues/55762
the signature described in the documentation is incorrect. The docs describe the signature like this:
While in reality the signature looks like this: callback(err, [{address, family}]);
Claim this issue to let others know you're working on it. You'll earn 5 points when you complete it!