We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68214f commit 5b19757Copy full SHA for 5b19757
src/Vm.sol
@@ -189,7 +189,7 @@ interface Vm {
189
// This is similar to `roll` but for the currently active fork
190
function rollFork(uint256) external;
191
// Updates the currently active fork to given transaction
192
- // this will `rollFork` with the number of the block the transaction was mined it and replays all transaction mined before it in the block
+ // this will `rollFork` with the number of the block the transaction was mined in and replays all transaction mined before it in the block
193
function rollFork(bytes32) external;
194
// Updates the given fork to given block number
195
function rollFork(uint256 forkId, uint256 blockNumber) external;
0 commit comments