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