Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Feb 3, 2025
1 parent e844a81 commit 9ee257b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cheatcodes/expect-revert.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ If the **next call** does not revert with the expected data `message`, then `exp
>
> Add `allow_internal_expect_revert = true` to `foundry.toml`.
As long as you are not using `vm.expectRevert` on multiple internal functions is a single test function body is it generally considered safe.
As long as you are not using `vm.expectRevert` on multiple internal functions is a single test function body it is generally considered safe.

You are recommended to apply this rule in a similar manner one would when tagging assembly blocks as `memory-safe`.

Expand Down

0 comments on commit 9ee257b

Please sign in to comment.