developers/evm-tracing/built-in-tracers: fix grammar (#28166)

pull/28264/head
hyunchel 1 year ago committed by GitHub
parent 41ce10d5cd
commit 2faeaba0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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(<txhash>, { 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(<txhash>, { tracer: 'callTracer' })`.
### 4byteTracer {#4byte-tracer}

Loading…
Cancel
Save