Skip to content

Commit c31fa24

Browse files
jmmMyles Borins
authored and
Myles Borins
committed
doc: fix broken links to Buffer.from(string)
PR-URL: #9294 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent c379c29 commit c31fa24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/buffer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2396,7 +2396,7 @@ console.log(buf);
23962396
[`Buffer.from(array)`]: #buffer_class_method_buffer_from_array
23972397
[`Buffer.from(arrayBuffer)`]: #buffer_class_method_buffer_from_arraybuffer_byteoffset_length
23982398
[`Buffer.from(buffer)`]: #buffer_class_method_buffer_from_buffer
2399-
[`Buffer.from(string)`]: #buffer_class_method_buffer_from_str_encoding
2399+
[`Buffer.from(string)`]: #buffer_class_method_buffer_from_string_encoding
24002400
[`Buffer.poolSize`]: #buffer_class_property_buffer_poolsize
24012401
[`RangeError`]: errors.html#errors_class_rangeerror
24022402
[`util.inspect()`]: util.html#util_util_inspect_object_options

0 commit comments

Comments
 (0)