From 307872927116c557a849acad10c9826a31d9e2c5 Mon Sep 17 00:00:00 2001 From: gcmutator <134900551+gcmutator@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:32:58 +0800 Subject: [PATCH] chore: remove redundant backtick in comment (#2020) Signed-off-by: gcmutator <329964069@qq.com> --- subxt/src/book/setup/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subxt/src/book/setup/config.rs b/subxt/src/book/setup/config.rs index fad04c153a..663a02aa24 100644 --- a/subxt/src/book/setup/config.rs +++ b/subxt/src/book/setup/config.rs @@ -144,7 +144,7 @@ //! //! ### Implementing [`crate::config::ExtrinsicParams`] from scratch //! -//! Alternately, you are free to implement [`crate::config::ExtrinsicParams`] entirely from scratch if you know exactly what "extra" and` +//! Alternately, you are free to implement [`crate::config::ExtrinsicParams`] entirely from scratch if you know exactly what "extra" and //! "additional" data your node needs and would prefer to craft your own interface. //! //! Let's see what this looks like (this config won't work on any real node):