From 2faeaba0de380766b082d9ec61dca6f63c26d6f4 Mon Sep 17 00:00:00 2001 From: hyunchel <3271191+hyunchel@users.noreply.github.com> Date: Thu, 21 Sep 2023 03:57:49 -0400 Subject: [PATCH] developers/evm-tracing/built-in-tracers: fix grammar (#28166) --- docs/developers/evm-tracing/built-in-tracers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/evm-tracing/built-in-tracers.md b/docs/developers/evm-tracing/built-in-tracers.md index b28b74eee0..2eb7e098c5 100644 --- a/docs/developers/evm-tracing/built-in-tracers.md +++ b/docs/developers/evm-tracing/built-in-tracers.md @@ -91,7 +91,7 @@ Return: ## Native tracers {#native-tracers} -The following tracers are implement in Go. This means they are much more performant than other tracers that are written in Javascript. The tracers are selected by passing their name to the `tracer` parameter when invoking a tracing API method, e.g. `debug.traceTransaction(, { tracer: 'callTracer' })`. +The following tracers are implemented in Go. This means they are much more performant than other tracers that are written in Javascript. The tracers are selected by passing their name to the `tracer` parameter when invoking a tracing API method, e.g. `debug.traceTransaction(, { tracer: 'callTracer' })`. ### 4byteTracer {#4byte-tracer}