-
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 Update : BufferwriteDoubleLE/writeDoubleBE #22170
Conversation
Documentation for BufferwriteDoubleLE/writeDoubleBE is confusing #22158
Node.js Collaborators, please, add 👍 here if you approve fast-tracking. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
CI lite again but rebased on master which hopefully has the fix for what was causing the failures: https://ci.nodejs.org/job/node-test-pull-request-lite-pipeline/469/ |
Sorry, I cannot understand why CI is so weird( |
CI 😢 |
|
||
buf.writeDoubleLE(0xdeadbeefcafebabe, 0); | ||
|
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.
Linter issue:
2152:1 error More than 1 blank line not allowed no-multiple-empty-lines
@pranshuchittora Is it convenient for you to fix linter issue? If not, we can fix it on landing. |
Landed in 9f7efd5 with commit message & linter fixed, thanks for the PR! 🎉 |
Fixes : Documentation for BufferwriteDoubleLE/writeDoubleBE is confusing
#22158