We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244edfd commit bbda17fCopy full SHA for bbda17f
contracts/utils/Bytes.sol
@@ -135,7 +135,7 @@ library Bytes {
135
* `abi.encodePacked`.
136
*
137
* 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.
+ * significantly less readable. It might be worth benchmarking the savings of the full-assembly approach.
139
*/
140
function concat(bytes[] memory buffers) internal pure returns (bytes memory) {
141
uint256 length = 0;
0 commit comments