diff --git a/crates/node-bindings/src/anvil.rs b/crates/node-bindings/src/anvil.rs index 21028610210..0572cf0fdd1 100644 --- a/crates/node-bindings/src/anvil.rs +++ b/crates/node-bindings/src/anvil.rs @@ -164,7 +164,7 @@ pub struct Anvil { impl Anvil { /// Creates an empty Anvil builder. - /// The default port is 8545. The mnemonic is chosen randomly. + /// The default port and the mnemonic are chosen randomly. /// /// # Example ///