Skip to content

Commit 04042ac

Browse files
Update contracts/utils/Bytes.sol
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 4369449 commit 04042ac

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
@@ -131,7 +131,7 @@ library Bytes {
131131
/**
132132
* @dev Concatenate an array of bytes into a single bytes object.
133133
*
134-
* For fixed bytes types, we recommand using the solidity built-in `bytes.concat` or (equivalent)
134+
* For fixed bytes types, we recommend using the solidity built-in `bytes.concat` or (equivalent)
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

0 commit comments

Comments
 (0)