Skip to content

Commit a60b367

Browse files
realleseeAmxx
andauthored
fix: correct LowLevelCall overload reference (#6071)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
1 parent 668d3b5 commit a60b367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/LowLevelCall.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ library LowLevelCall {
3434
return callReturn64Bytes(target, 0, data);
3535
}
3636

37-
/// @dev Same as {callReturnBytes32Pair}, but allows to specify the value to be sent in the call.
37+
/// @dev Same as {callReturn64Bytes(address,bytes)}, but allows to specify the value to be sent in the call.
3838
function callReturn64Bytes(
3939
address target,
4040
uint256 value,

0 commit comments

Comments
 (0)