Skip to content

Commit bfe6127

Browse files
committed
Comment
1 parent 3be8635 commit bfe6127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multicall/MultiCall.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ library UnsafeResultArray {
207207
}
208208
}
209209

210-
// This is equivalent to `result = new Result[](calls.length)`
210+
// This is equivalent to `result = new Result[](length)`
211211
function unsafeAlloc(uint256 length) internal pure returns (Result[] memory result) {
212212
assembly ("memory-safe") {
213213
result := mload(0x40)

0 commit comments

Comments
 (0)