From: Roman Zeyde Date: Tue, 24 Aug 2021 19:14:18 +0000 (+0300) Subject: Fix a small typo in log_progress() description X-Git-Tag: v0.12.0~20^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/struct.BlockHash.html?a=commitdiff_plain;h=470d02c81c33e19f42b57cfe95a1569d51f14561;p=bdk Fix a small typo in log_progress() description --- diff --git a/src/blockchain/mod.rs b/src/blockchain/mod.rs index 0383497c..4d84caea 100644 --- a/src/blockchain/mod.rs +++ b/src/blockchain/mod.rs @@ -201,7 +201,7 @@ impl Progress for NoopProgress { #[derive(Clone, Copy)] pub struct LogProgress; -/// Create a nwe instance of [`LogProgress`] +/// Create a new instance of [`LogProgress`] pub fn log_progress() -> LogProgress { LogProgress }