Skip to content

Commit e9d454a

Browse files
authored
Update README.md (#901)
Incorrect description for `P`: steps to previous position, not instruction
1 parent 465aab0 commit e9d454a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hevm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Note: some `hevm` commands (`dapp-test`) assume the use of the `ds-test` framewo
4040
- `0`: choose the branch which does not jump
4141
- `1`: choose the branch which does jump
4242
- `N`: step to the next source position
43-
- `P`: step previous source instruction
43+
- `P`: step previous source position
4444
- `C-n`: step to the next source position and don't enter `CALL` or `CREATE`
4545
- `C-p`: step previous source position without entering
4646
- `m`: toggle memory view

0 commit comments

Comments
 (0)