From 74fd53634672d1ed2370e2e612f751db205ca431 Mon Sep 17 00:00:00 2001 From: Ivan Shish Date: Mon, 19 May 2025 19:30:18 +0200 Subject: [PATCH] Fix typos in cmd/evm/README.md --- cmd/evm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/evm/README.md b/cmd/evm/README.md index f95b6b4d7b..3d2699dee7 100644 --- a/cmd/evm/README.md +++ b/cmd/evm/README.md @@ -27,7 +27,7 @@ which can ### Specification The idea is to specify the behaviour of this binary very _strict_, so that other -node implementors can build replicas based on their own state-machines, and the +node implementers can build replicas based on their own state-machines, and the state generators can swap between a \`geth\`-based implementation and a \`parityvm\`-based implementation.