Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Jun 21, 2023
1 parent 5dc8705 commit 3fd2469
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static byte[] concat(byte[]... arrays) {
/**
* Concatenate multiple byte arrays, including each component size.
*
* Sample structure output byte array structure: [size1][array1][size2][array2]
* Sample output byte array structure: [size1][array1][size2][array2]
*
* In case byte array is empty, each empty component is encoded as: [0]
*
Expand Down

0 comments on commit 3fd2469

Please sign in to comment.