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
fixup : bring back deleted number
  • Loading branch information
HarshithaKP committed Mar 30, 2020
commit b0e0bbe7e0dbd84c19c030fafee4888ba759f738
2 changes: 1 addition & 1 deletion doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@ const buf = Buffer.alloc(256);
const len = buf.write('\u00bd + \u00bc = \u00be', 0);

console.log(`${len} bytes: ${buf.toString('utf8', 0, len)}`);
// Prints: 12 bytes: ½ + ¼ =
// Prints: 12 bytes: ½ + ¼ ¾
Comment thread
addaleax marked this conversation as resolved.
Outdated

const buffer = Buffer.alloc(10);

Expand Down