fix(typos): existant -> existent
These typos are blocking the Nix typo CI in #1257
This commit is contained in:
@@ -348,7 +348,7 @@ where
|
||||
#[cfg(feature = "std")]
|
||||
impl<L> std::error::Error for LoadError<L> where L: core::fmt::Display + core::fmt::Debug {}
|
||||
|
||||
/// Error type for when we try load a [`Wallet`] from persistence and creating it if non-existant.
|
||||
/// Error type for when we try load a [`Wallet`] from persistence and creating it if non-existent.
|
||||
///
|
||||
/// Methods [`new_or_load`] and [`new_or_load_with_genesis_hash`] may return this error.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user