Skip to content

Commit 3d4a829

Browse files
jmmevanlucas
authored andcommitted
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 225a9df commit 3d4a829

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
@@ -2421,7 +2421,7 @@ console.log(buf);
24212421
[`Buffer.from(array)`]: #buffer_class_method_buffer_from_array
24222422
[`Buffer.from(arrayBuffer)`]: #buffer_class_method_buffer_from_arraybuffer_byteoffset_length
24232423
[`Buffer.from(buffer)`]: #buffer_class_method_buffer_from_buffer
2424-
[`Buffer.from(string)`]: #buffer_class_method_buffer_from_str_encoding
2424+
[`Buffer.from(string)`]: #buffer_class_method_buffer_from_string_encoding
24252425
[`Buffer.poolSize`]: #buffer_class_property_buffer_poolsize
24262426
[`RangeError`]: errors.html#errors_class_rangeerror
24272427
[`util.inspect()`]: util.html#util_util_inspect_object_options

0 commit comments

Comments
 (0)