Merge commit 'refs/pull/426/head' of github.com:bitcoindevkit/bdk

This commit is contained in:
Steve Myers 2021-08-30 12:41:25 -07:00
commit 2a53cfc23f
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View 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
}