From cfc520933194a848bb2fae8ccbcaf78ce5e921e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E7=94=B0=E5=BA=B7=E5=BC=98?= Date: Fri, 23 May 2025 00:07:21 +0300 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 1a029ab709..f15623d158 100644 --- a/cmd/evm/README.md +++ b/cmd/evm/README.md @@ -17,7 +17,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.