developers/evm-tracing/built-in-tracers: fix grammar

This commit is contained in:
Hyunchel Kim 2023-09-20 09:20:42 -04:00
parent 7ebc5d15da
commit 9f5960d088
No known key found for this signature in database
GPG key ID: 0436BF9838B5CCC5

View file

@ -91,7 +91,7 @@ Return:
## Native tracers {#native-tracers} ## 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} ### 4byteTracer {#4byte-tracer}