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
fixup: bring back deleted number
  • Loading branch information
HarshithaKP committed Mar 30, 2020
commit 69560246cbd855345bf1ddac6df20f661668a376
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: ½ + ¼ = ¾

const buffer = Buffer.alloc(10);

Expand Down