Skip to content

Commit

Permalink
fix: typos in documentation files (#5450)
Browse files Browse the repository at this point in the history
Co-authored-by: Ernesto García <ernestognw@gmail.com>
  • Loading branch information
vtjl10 and ernestognw authored Jan 22, 2025
1 parent 2796f39 commit f0de8c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion certora/specs/AccessControlDefaultAdminRules.spec
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ rule renounceRoleEffect(env e, bytes32 role) {

/*
┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Rule: defaultAdmin is only affected by accepting an admin transfer or renouncing │
│ Rule: defaultAdmin is only affected by accepting an admin transfer or renouncing │
│ Rule: defaultAdmin is only affected by accepting an admin transfer or renouncing │
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
*/
rule noDefaultAdminChange(env e, method f, calldataarg args) {
Expand Down

0 comments on commit f0de8c5

Please sign in to comment.