Skip to content
Snippets Groups Projects
Unverified Commit 043345ef authored by Javier Viola's avatar Javier Viola Committed by GitHub
Browse files

fix typos (#191)

parent c0d55372
Branches
No related merge requests found
Pipeline #456183 passed with stage
in 15 minutes and 27 seconds
......@@ -9,9 +9,9 @@
//!
//! # Example
//! ```
//! use zombienet_configuration::{NetworkConfigBuilder};
//! use zombienet_configuration::NetworkConfigBuilder;
//!
//! let simple_configuration = NetworkConfigBuilder::new();
//! let simple_configuration = NetworkConfigBuilder::new()
//! .with_relaychain(|relaychain| {
//! relaychain
//! .with_chain("polkadot")
......@@ -74,7 +74,7 @@
//! })
//! .build();
//!
//! assert!(network_config.is_ok())
//! assert!(simple_configuration.is_ok())
//! ```
#![allow(clippy::expect_fun_call)]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment