We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e607523 commit 3c18324Copy full SHA for 3c18324
src/StdCheats.sol
@@ -228,7 +228,7 @@ abstract contract StdCheatsSafe {
228
229
// Checks that `addr` is not blacklisted by token contracts that have a blacklist.
230
// 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
+ // backwards compatibility, since this name was used in the original PR which already has
232
// a release. This function can be removed in a future release once we want a breaking change.
233
function assumeNoBlacklisted(address token, address addr) internal view virtual {
234
assumeNotBlacklisted(token, addr);
0 commit comments