Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 244db96

Browse filesBrowse files
TrottMoLow
authored andcommitted
doc: remove broken link
Closes: #47940 PR-URL: #47942 Fixes: #47940 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 546224c commit 244db96
Copy full SHA for 244db96

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/buffer.md‎

Copy file name to clipboardExpand all lines: doc/api/buffer.md
+2-3Lines changed: 2 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ The following legacy character encodings are also supported:
189189
better choice when encoding or decoding ASCII-only text. It is only provided
190190
for legacy compatibility.
191191

192-
* `'binary'`: Alias for `'latin1'`. See [binary strings][] for more background
193-
on this topic. The name of this encoding can be very misleading, as all of the
192+
* `'binary'`: Alias for `'latin1'`.
193+
The name of this encoding can be very misleading, as all of the
194194
encodings listed here convert between strings and binary data. For converting
195195
between strings and `Buffer`s, typically `'utf8'` is the right choice.
196196

@@ -5508,6 +5508,5 @@ introducing security vulnerabilities into an application.
55085508
[`util.inspect()`]: util.md#utilinspectobject-options
55095509
[`v8::TypedArray::kMaxLength`]: https://v8.github.io/api/head/classv8_1_1TypedArray.html#a54a48f4373da0850663c4393d843b9b0
55105510
[base64url]: https://tools.ietf.org/html/rfc4648#section-5
5511-
[binary strings]: https://developer.mozilla.org/en-US/docs/Web/API/DOMString/Binary
55125511
[endianness]: https://en.wikipedia.org/wiki/Endianness
55135512
[iterator]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.