Skip to content

Commit 3f24c59

Browse files
Amxxernestognw
andauthored
Update contracts/utils/Bytes.sol
Co-authored-by: Ernesto García <[email protected]>
1 parent 04042ac commit 3f24c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/Bytes.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ library Bytes {
132132
* @dev Concatenate an array of bytes into a single bytes object.
133133
*
134134
* For fixed bytes types, we recommend using the solidity built-in `bytes.concat` or (equivalent)
135-
*`abi.encodePacked`.
135+
* `abi.encodePacked`.
136136
*
137137
* NOTE: this could be done in assembly with a single loop that expands starting at the FMP, but that would be
138138
* significantly less readable. It might be work benchmarking the saving of the full-assembly approach.

0 commit comments

Comments
 (0)