From d152c9e3e7e251986a10601aa4fcba2784ed6891 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Sun, 13 Aug 2023 10:59:33 +0200 Subject: [PATCH] docs: fix smol typo (#4177) --- crates/transaction-pool/src/traits.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/transaction-pool/src/traits.rs b/crates/transaction-pool/src/traits.rs index d3572c52b3..511ddc9a83 100644 --- a/crates/transaction-pool/src/traits.rs +++ b/crates/transaction-pool/src/traits.rs @@ -23,7 +23,7 @@ use tokio::sync::mpsc::Receiver; #[cfg(feature = "serde")] use serde::{Deserialize, Serialize}; -/// General purpose abstraction fo a transaction-pool. +/// General purpose abstraction of a transaction-pool. /// /// This is intended to be used by API-consumers such as RPC that need inject new incoming, /// unverified transactions. And by block production that needs to get transactions to execute in a