Skip to content

Commit

Permalink
chore: minor doc update (#2506)
Browse files Browse the repository at this point in the history
`stop_cheat_caller_address_global` doesn't take any parameters.

<!-- Reference any GitHub issues resolved by this PR -->

Closes #

## Introduced changes

<!-- A brief description of the changes -->

-

## Checklist

<!-- Make sure all of these are complete -->

- [ ] Linked relevant issue
- [ ] Updated relevant documentation
- [ ] Added relevant tests
- [ ] Performed self-review of the code
- [ ] Added changes to `CHANGELOG.md`
  • Loading branch information
shramee committed Sep 24, 2024
1 parent 1f42691 commit 3d857eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/appendix/cheatcodes/caller_address.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Changes the caller address for the given target.
Cancels the `cheat_caller_address` / `start_cheat_caller_address` for the given target.

## `stop_cheat_caller_address_global`
> `fn stop_cheat_caller_address_global(target: ContractAddress)`
> `fn stop_cheat_caller_address_global()`
Cancels the `start_cheat_caller_address_global`.

0 comments on commit 3d857eb

Please sign in to comment.