We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5def3f7 commit 667bb9bCopy full SHA for 667bb9b
contracts/access/manager/IAccessManager.sol
@@ -97,7 +97,7 @@ interface IAccessManager {
97
* previously set delay (not zero), then the function should return false and the caller should schedule the operation
98
* for future execution.
99
*
100
- * If `immediate` is true, the delay can be disregarded and the operation can be immediately executed, otherwise
+ * If `allowed` is true, the delay can be disregarded and the operation can be immediately executed, otherwise
101
* the operation can be executed if and only if delay is greater than 0.
102
103
* NOTE: The IAuthority interface does not include the `uint32` delay. This is an extension of that interface that
0 commit comments