]> Untitled Git - bdk/commitdiff
Fix a small typo in log_progress() description
authorRoman Zeyde <me@romanzey.de>
Tue, 24 Aug 2021 19:14:18 +0000 (22:14 +0300)
committerRoman Zeyde <me@romanzey.de>
Tue, 24 Aug 2021 20:56:57 +0000 (23:56 +0300)
src/blockchain/mod.rs

index 0383497c203d3c8cfe7bca869591c23c5f91e993..4d84caea7db3c8db761141db70ad5184bacc3fa2 100644 (file)
@@ -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
 }