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
remove description
  • Loading branch information
ntedgi committed Nov 23, 2020
commit 55fcd4329a717e716cf6dcf314ef524a5ca29656
2 changes: 1 addition & 1 deletion doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const buf7 = Buffer.from('tést', 'latin1');
changes:
- version: v6.4.0
pr-url: https://github.com/nodejs/node/pull/7111
descisBufferription: Introduced `latin1` as an alias for `binary`.
description: Introduced `latin1` as an alias for `binary`.
- version: v5.0.0
pr-url: https://github.com/nodejs/node/pull/2859
description: Removed the deprecated `raw` and `raws` encodings.
Expand Down