diff --git a/libp2p/src/builder/phase/provider.rs b/libp2p/src/builder/phase/provider.rs index aa99d5518ce..0b69f7be541 100644 --- a/libp2p/src/builder/phase/provider.rs +++ b/libp2p/src/builder/phase/provider.rs @@ -19,7 +19,8 @@ pub enum Tokio {} /// Represents the WasmBindgen environment for WebAssembly. pub enum WasmBindgen {} -/// Represents a phase in the SwarmBuilder where a provider has been chosen but not yet specified. +/// Represents a phase in the SwarmBuilder where the identity has been set, but the runtime provider +/// is not yet specified. pub struct ProviderPhase {} impl SwarmBuilder {