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 231e5d8 commit 901f37bCopy full SHA for 901f37b
certora/specs/AccessControlDefaultAdminRules.spec
@@ -70,7 +70,7 @@ invariant defaultAdminRoleAdminConsistency()
70
│ Invariant: owner is the defaultAdmin │
71
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
72
*/
73
-// Writting this as an invariant would be flagged by Certora as trivial. Writting it as a rule is just as valid: we
+// Writing this as an invariant would be flagged by Certora as trivial. Writing it as a rule is just as valid: we
74
// verify the is true for any state of the storage
75
rule ownerConsistency() {
76
defaultAdmin() == owner();
0 commit comments