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 04042ac commit 3f24c59Copy full SHA for 3f24c59
contracts/utils/Bytes.sol
@@ -132,7 +132,7 @@ library Bytes {
132
* @dev Concatenate an array of bytes into a single bytes object.
133
*
134
* For fixed bytes types, we recommend using the solidity built-in `bytes.concat` or (equivalent)
135
- *`abi.encodePacked`.
+ * `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.
0 commit comments