Skip to content

Commit

Permalink
docs(bytes): fix return type description for concat() (#4668)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored May 2, 2024
1 parent b884c7c commit 786a013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bytes/concat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 786a013

Please sign in to comment.