Skip to content

Commit

Permalink
docs(docs/dev): correct cheatcodes.rs's md link path (#6902)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureSeeker987 authored Jan 26, 2024
1 parent ee362bd commit 631efd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/cheatcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The way bindings are generated and extra information can be found in the [`sol!`

We leverage this macro to apply the [`Cheatcode` derive macro](#cheatcode-derive-macro) on the `Vm` interface.

### [`Cheatcode`](../../crates/macros/impl/src/cheatcodes.rs) derive macro
### [`Cheatcode`](../../crates/macros/src/cheatcodes.rs) derive macro

This is derived once on the `Vm` interface declaration, which recursively applies it to all of the
interface's items, as well as the `sol!`-generated items, such as the `VmCalls` enum.
Expand Down

0 comments on commit 631efd7

Please sign in to comment.