Skip to content
Closed
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
fix: remove trailing spaces
  • Loading branch information
Xstoudi committed May 21, 2023
commit 2eca8b095d76b6d2bbd133b0fcc4a612f6e3a1be
4 changes: 2 additions & 2 deletions doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3789,8 +3789,8 @@ console.log(bytesWritten);
**Default**: `buf.length - offset`.
* Returns: {integer} The number of bytes written.

Writes `string` to `buf` at `offset` according to the base64url character
encoding and returns the number of bytes written. If `buf` did not contain
Writes `string` to `buf` at `offset` according to the base64url character
encoding and returns the number of bytes written. If `buf` did not contain
enough space to fit the entire string, only part of `string` will be written.
However, partially encoded characters will not be written.
Comment on lines +3821 to +3824
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question here


Expand Down