Use msg.sender in docs
This commit is contained in:
@ -21,7 +21,7 @@ import "../GSN/Context.sol";
|
||||
*
|
||||
* ```
|
||||
* function foo() public {
|
||||
* require(hasRole(MY_ROLE, _msgSender()));
|
||||
* require(hasRole(MY_ROLE, msg.sender));
|
||||
* ...
|
||||
* }
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user