Skip to content

Commit ab57053

Browse files
authored
Update cheatcodes.md (#6477)
In the sentence "This macro performs extra checks on functions and structs at compile time to make sure they are documented and have named parameters, and generates a macro which is later used to implement the match { ... } function that is be used to dispatch the cheatcode implementations after a call is decoded.", there's a grammatical error. It should be "that is to be used" instead of "that is be used".
1 parent 4777fbb commit ab57053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/cheatcodes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ interface's items, as well as the `sol!`-generated items, such as the `VmCalls`
120120

121121
This macro performs extra checks on functions and structs at compile time to make sure they are
122122
documented and have named parameters, and generates a macro which is later used to implement the
123-
`match { ... }` function that is be used to dispatch the cheatcode implementations after a call is
123+
`match { ... }` function that is to be used to dispatch the cheatcode implementations after a call is
124124
decoded.
125125

126126
The latter is what fails compilation when adding a new cheatcode, and is fixed by implementing the

0 commit comments

Comments
 (0)