Skip to content

Commit 667bb9b

Browse files
authored
Clarify documentation for IAccessManager.canCall (#5795)
1 parent 5def3f7 commit 667bb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/access/manager/IAccessManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ interface IAccessManager {
9797
* previously set delay (not zero), then the function should return false and the caller should schedule the operation
9898
* for future execution.
9999
*
100-
* If `immediate` is true, the delay can be disregarded and the operation can be immediately executed, otherwise
100+
* If `allowed` is true, the delay can be disregarded and the operation can be immediately executed, otherwise
101101
* the operation can be executed if and only if delay is greater than 0.
102102
*
103103
* NOTE: The IAuthority interface does not include the `uint32` delay. This is an extension of that interface that

0 commit comments

Comments
 (0)