codespell

This commit is contained in:
Hadrien Croubois
2023-05-04 17:26:16 +02:00
parent df88ea34d0
commit a97d3f5ce9

View File

@ -58,7 +58,7 @@ rule stateTransitionFn(uint256 pId, env e, method f, calldataarg args)
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ └─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
*/ */
// The timelockId can be set in states QUEUED, EXECUTED and CANCELED. However, checking the full scope of this results // The timelockId can be set in states QUEUED, EXECUTED and CANCELED. However, checking the full scope of this results
// in a timeout. This is a weaker version that is still usefull // in a timeout. This is a weaker version that is still useful
invariant noTimelockBeforeEndOfVote(env e, uint256 pId) invariant noTimelockBeforeEndOfVote(env e, uint256 pId)
state(e, pId) == ACTIVE() => timelockId(pId) == 0 state(e, pId) == ACTIVE() => timelockId(pId) == 0