We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c379c29 commit c31fa24Copy full SHA for c31fa24
doc/api/buffer.md
@@ -2396,7 +2396,7 @@ console.log(buf);
2396
[`Buffer.from(array)`]: #buffer_class_method_buffer_from_array
2397
[`Buffer.from(arrayBuffer)`]: #buffer_class_method_buffer_from_arraybuffer_byteoffset_length
2398
[`Buffer.from(buffer)`]: #buffer_class_method_buffer_from_buffer
2399
-[`Buffer.from(string)`]: #buffer_class_method_buffer_from_str_encoding
+[`Buffer.from(string)`]: #buffer_class_method_buffer_from_string_encoding
2400
[`Buffer.poolSize`]: #buffer_class_property_buffer_poolsize
2401
[`RangeError`]: errors.html#errors_class_rangeerror
2402
[`util.inspect()`]: util.html#util_util_inspect_object_options
0 commit comments