Skip to content

Commit

Permalink
apply doc suggestions from @notmandatory
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Myers <github@notmandatory.org>
  • Loading branch information
LLFourn and notmandatory authored Feb 24, 2022
1 parent 035307e commit fbb50ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/blockchain/any.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//!
//! ## Example
//!
//! When paired with the use of [`ConfigurableBlockchain`], it allows creating wallets with any
//! When paired with the use of [`ConfigurableBlockchain`], it allows creating any
//! blockchain type supported using a single line of code:
//!
//! ```no_run
Expand Down
2 changes: 1 addition & 1 deletion src/wallet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ impl fmt::Display for AddressInfo {
pub struct SyncOptions {
/// The progress tracker which may be informed when progress is made.
pub progress: Option<Box<dyn Progress>>,
/// The maximum number of addresses sync on.
/// The maximum number of new addresses to derive and cache on sync.
pub max_addresses: Option<u32>,
}

Expand Down

0 comments on commit fbb50ad

Please sign in to comment.