Skip to content

Commit

Permalink
fix error Guards.spec (#921)
Browse files Browse the repository at this point in the history
correspodnence - correspondence

thanks
  • Loading branch information
futreall authored Feb 28, 2025
1 parent 2dd0763 commit f9cc387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/specs/Guards.spec
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ rule setGetCorrespondenceGuard(address guard) {
assert guard == gotGuard;
}

/// @dev set-get correspodnence for module guard
/// @dev set-get correspondence for module guard
rule setGetCorrespondenceModuleGuard(address guard) {
env e;
setModuleGuard(e,guard);
Expand Down

0 comments on commit f9cc387

Please sign in to comment.