tracing: fix typo (#24923)

Update tracing.md

fix a small typo in this spec
This commit is contained in:
Siyuan Han 2022-05-23 16:25:01 +08:00 committed by GitHub
parent 1a2acaa038
commit ccc5a91959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ tracers*.
### Pruning
Geth by default does in-memory pruning of state, discarding state entries that it deems is
Geth by default does in-memory pruning of state, discarding state entries that it deems are
no longer necessary to maintain. This is configured via the `--gcmode` option. Often,
people run into the error that state is not available.