cmd/evm: fix typos in documentation (#27501)

This commit is contained in:
John Chase
2023-06-19 08:44:54 +02:00
committed by GitHub
parent 4544dc5f32
commit cd3b8c3d78
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
These files examplify a transition where a transaction (excuted on block 5) requests
These files exemplify a transition where a transaction (excuted on block 5) requests
the blockhash for block `4`, but where the hash for that block is missing.
It's expected that executing these should cause `exit` with errorcode `4`.