From ccc5a919596e35991ed030dd75ea1b3d9a742b83 Mon Sep 17 00:00:00 2001 From: Siyuan Han <47173566+hsyodyssey@users.noreply.github.com> Date: Mon, 23 May 2022 16:25:01 +0800 Subject: [PATCH] tracing: fix typo (#24923) Update tracing.md fix a small typo in this spec --- docs/_dapp/tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_dapp/tracing.md b/docs/_dapp/tracing.md index f2c08d39c4..b961c3b9e7 100644 --- a/docs/_dapp/tracing.md +++ b/docs/_dapp/tracing.md @@ -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.