chore: remove redundant backtick in comment (#2020)

Signed-off-by: gcmutator <329964069@qq.com>
This commit is contained in:
gcmutator
2025-06-18 17:32:58 +08:00
committed by GitHub
parent a78f52b9d5
commit 3078729271
+1 -1
View File
@@ -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):