diff --git a/contracts/metatx/ERC2771Context.sol b/contracts/metatx/ERC2771Context.sol index ce6eca82c0c..56c7aba8426 100644 --- a/contracts/metatx/ERC2771Context.sol +++ b/contracts/metatx/ERC2771Context.sol @@ -6,7 +6,7 @@ pragma solidity ^0.8.20; import {Context} from "../utils/Context.sol"; /** - * @dev Context variant with ERC-2771 support. + * @dev Context variant with ERC-2771 support. See {_msgSender} for the calldata format. * * WARNING: Avoid using this pattern in contracts that rely on a specific calldata length as they'll * be affected by any forwarder whose `msg.data` is suffixed with the `from` address according to the ERC-2771