Skip to content

Commit

Permalink
Update subxt/src/backend/chain_head/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Oct 3, 2024
1 parent 8963e31 commit fd11b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subxt/src/backend/chain_head/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ impl<T: Config> ChainHeadBackendBuilder<T> {
/// An API to build the backend and driver which will run in the background until completion
/// on the default runtime.
///
/// - On non-wasm targets, this will spawn the driver on tokio.
/// - On non-wasm targets, this will spawn the driver on `tokio`.
/// - On wasm targets, this will spawn the driver on `wasm-bindgen-futures`.
#[cfg(feature = "runtime")]
#[cfg_attr(docsrs, doc(cfg(feature = "runtime")))]
Expand Down

0 comments on commit fd11b5b

Please sign in to comment.