Skip to content

Commit f2b33a8

Browse files
authored
docs: fix cheatcode attribute example syntax (#12392)
Update cheatcodes.md
1 parent 5339b9a commit f2b33a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/cheatcodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ These are all the attributes that can be specified on cheatcode functions:
123123
- `#[cheatcode(status = <ident>)]`: The current status of the cheatcode. E.g. whether it is stable or experimental, etc. Defaults to `Stable`.
124124
- `#[cheatcode(safety = <ident>)]`: Whether the cheatcode is safe to use inside of scripts. E.g. it does not change state in an unexpected way. Defaults to the group's safety if unspecified. If the group is ambiguous, then it must be specified manually.
125125

126-
Multiple attributes can be specified by separating them with commas, e.g. `#[cheatcode(group = "evm", status = "unstable")]`.
126+
Multiple attributes can be specified by separating them with commas, e.g. `#[cheatcode(group = Evm, status = Experimental)]`.
127127

128128
### `Cheatcode` trait
129129

0 commit comments

Comments
 (0)