Skip to content

Commit 0234f70

Browse files
committed
docs(esplora): Fix typo
1 parent 38f86fe commit 0234f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/esplora/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//! # Async
1818
//!
1919
//! Just like how [`EsploraExt`] extends the functionality of an
20-
//! [`esplora_client::BlockingClient`], [`EsploraExt`] is the async version which extends
20+
//! [`esplora_client::BlockingClient`], [`EsploraAsyncExt`] is the async version which extends
2121
//! [`esplora_client::AsyncClient`].
2222
//!
2323
//! [`TxGraph`]: bdk_chain::tx_graph::TxGraph

0 commit comments

Comments
 (0)