mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
docs(bytes): fix return type description for concat()
(#4668)
This commit is contained in:
parent
b884c7ce73
commit
786a013e7e
@ -5,7 +5,7 @@
|
||||
* Concatenate an array of byte slices into a single slice.
|
||||
*
|
||||
* @param buffers Array of byte slices to concatenate.
|
||||
* @returns Hello
|
||||
* @returns A new byte slice containing all the input slices concatenated.
|
||||
*
|
||||
* @example Basic usage
|
||||
* ```ts
|
||||
|
Loading…
Reference in New Issue
Block a user