Skip to content

Commit 5b19757

Browse files
authored
typo (#181)
1 parent e68214f commit 5b19757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Vm.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ interface Vm {
189189
// This is similar to `roll` but for the currently active fork
190190
function rollFork(uint256) external;
191191
// 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
192+
// this will `rollFork` with the number of the block the transaction was mined in and replays all transaction mined before it in the block
193193
function rollFork(bytes32) external;
194194
// Updates the given fork to given block number
195195
function rollFork(uint256 forkId, uint256 blockNumber) external;

0 commit comments

Comments
 (0)