diff --git a/docs/src/appendix/cheatcodes/block_number.md b/docs/src/appendix/cheatcodes/block_number.md index 6b6455728..85385c0f4 100644 --- a/docs/src/appendix/cheatcodes/block_number.md +++ b/docs/src/appendix/cheatcodes/block_number.md @@ -23,7 +23,7 @@ Changes the block number for the given target. Cancels the `cheat_block_number` / `start_cheat_block_number` for the given target. ## `stop_cheat_block_number_global` -> `fn stop_cheat_block_number_global(target: ContractAddress)` +> `fn stop_cheat_block_number_global()` Cancels the `start_cheat_block_number_global`. diff --git a/docs/src/appendix/cheatcodes/block_timestamp.md b/docs/src/appendix/cheatcodes/block_timestamp.md index 4f26f354c..0fda232f4 100644 --- a/docs/src/appendix/cheatcodes/block_timestamp.md +++ b/docs/src/appendix/cheatcodes/block_timestamp.md @@ -23,6 +23,6 @@ Changes the block timestamp for the given target. Cancels the `cheat_block_timestamp` / `start_cheat_block_timestamp` for the given target. ## `stop_cheat_block_timestamp_global` -> `fn stop_cheat_block_timestamp_global(target: ContractAddress)` +> `fn stop_cheat_block_timestamp_global()` Cancels the `start_cheat_block_timestamp_global`.