From cc488a3e299db541a760eeef3045d4e3d408ae53 Mon Sep 17 00:00:00 2001 From: Crypto Gohan <80852256+cryptogohan@users.noreply.github.com> Date: Mon, 7 Jun 2021 09:10:06 +0200 Subject: [PATCH] docs: remove typo in rpc docs (#23007) Removes double occurence of the word "included". --- docs/_rpc/ns-debug.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_rpc/ns-debug.md b/docs/_rpc/ns-debug.md index 52d8f99f33..a55364aeaa 100644 --- a/docs/_rpc/ns-debug.md +++ b/docs/_rpc/ns-debug.md @@ -220,8 +220,8 @@ Stops writing the Go runtime trace. ### debug_traceBlock The `traceBlock` method will return a full stack trace of all invoked opcodes of all transaction -that were included included in this block. **Note**, the parent of this block must be present or -it will fail. +that were included in this block. **Note**, the parent of this block must be present or it will +fail. | Client | Method invocation | |:--------|--------------------------------------------------------------------------|