From 3d857eb9cca98e34c1d21ffd167d56d031b51264 Mon Sep 17 00:00:00 2001 From: Shramee Srivastav Date: Tue, 24 Sep 2024 10:53:58 -0400 Subject: [PATCH] chore: minor doc update (#2506) `stop_cheat_caller_address_global` doesn't take any parameters. Closes # ## Introduced changes - ## Checklist - [ ] Linked relevant issue - [ ] Updated relevant documentation - [ ] Added relevant tests - [ ] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md` --- docs/src/appendix/cheatcodes/caller_address.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/appendix/cheatcodes/caller_address.md b/docs/src/appendix/cheatcodes/caller_address.md index d5ad0a6e76..d67e6c1088 100644 --- a/docs/src/appendix/cheatcodes/caller_address.md +++ b/docs/src/appendix/cheatcodes/caller_address.md @@ -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`.