-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: fix dns.lookup and dnsPromises.lookup description #51517
Conversation
The family option and all option have wrong description. Fixes: #51482
Review requested:
|
Co-authored-by: Paolo Insogna <paolo@cowtech.it>
Co-authored-by: Paolo Insogna <paolo@cowtech.it>
Co-authored-by: Paolo Insogna <paolo@cowtech.it>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor things are pointed out in #51517 (comment).
After that, it LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Co-authored-by: Paolo Insogna <paolo@cowtech.it>
Co-authored-by: Paolo Insogna <paolo@cowtech.it>
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
Linter is failing |
Is there something similar to |
Landed in 0f461aa |
Thanks to all for the work & take attention to my PR. |
This isn't correct, as dicussed in #51482 and #51483 (comment) We either need to make sure node actually has this behaviour, or revert this docs commit as this is taking it from ambigious to wrong :/ |
PR-URL: nodejs#51517 Fixes: nodejs#51482 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: nodejs#51517 Fixes: nodejs#51482 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Fixes: #51482
Continue on: #51483