We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225a9df commit 3d4a829Copy full SHA for 3d4a829
doc/api/buffer.md
@@ -2421,7 +2421,7 @@ console.log(buf);
2421
[`Buffer.from(array)`]: #buffer_class_method_buffer_from_array
2422
[`Buffer.from(arrayBuffer)`]: #buffer_class_method_buffer_from_arraybuffer_byteoffset_length
2423
[`Buffer.from(buffer)`]: #buffer_class_method_buffer_from_buffer
2424
-[`Buffer.from(string)`]: #buffer_class_method_buffer_from_str_encoding
+[`Buffer.from(string)`]: #buffer_class_method_buffer_from_string_encoding
2425
[`Buffer.poolSize`]: #buffer_class_property_buffer_poolsize
2426
[`RangeError`]: errors.html#errors_class_rangeerror
2427
[`util.inspect()`]: util.html#util_util_inspect_object_options
0 commit comments