Skip to content

Commit 901f37b

Browse files
authored
Apply suggestions from code review
1 parent 231e5d8 commit 901f37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

certora/specs/AccessControlDefaultAdminRules.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ invariant defaultAdminRoleAdminConsistency()
7070
│ Invariant: owner is the defaultAdmin │
7171
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
7272
*/
73-
// Writting this as an invariant would be flagged by Certora as trivial. Writting it as a rule is just as valid: we
73+
// Writing this as an invariant would be flagged by Certora as trivial. Writing it as a rule is just as valid: we
7474
// verify the is true for any state of the storage
7575
rule ownerConsistency() {
7676
defaultAdmin() == owner();

0 commit comments

Comments
 (0)