Skip to content

Commit 3c18324

Browse files
authored
Update StdCheats.sol
1 parent e607523 commit 3c18324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StdCheats.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ abstract contract StdCheatsSafe {
228228

229229
// Checks that `addr` is not blacklisted by token contracts that have a blacklist.
230230
// This is identical to `assumeNotBlacklisted(address,address)` but with a different name, for
231-
// backwards compatibility, since this name was used in the original PR which has already has
231+
// backwards compatibility, since this name was used in the original PR which already has
232232
// a release. This function can be removed in a future release once we want a breaking change.
233233
function assumeNoBlacklisted(address token, address addr) internal view virtual {
234234
assumeNotBlacklisted(token, addr);

0 commit comments

Comments
 (0)