Skip to content

Commit bbda17f

Browse files
Amxxarr00
andauthored
Update contracts/utils/Bytes.sol
Co-authored-by: Arr00 <[email protected]>
1 parent 244edfd commit bbda17f

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
@@ -135,7 +135,7 @@ library Bytes {
135135
* `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
138-
* significantly less readable. It might be work benchmarking the saving of the full-assembly approach.
138+
* significantly less readable. It might be worth benchmarking the savings of the full-assembly approach.
139139
*/
140140
function concat(bytes[] memory buffers) internal pure returns (bytes memory) {
141141
uint256 length = 0;

0 commit comments

Comments
 (0)