Skip to content

Commit 0b3a68c

Browse files
fix: amend stage method docs
1 parent ccc90d8 commit 0b3a68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bdk/src/wallet/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2288,7 +2288,7 @@ impl<D> Wallet<D> {
22882288
self.persist.commit().map(|c| c.is_some())
22892289
}
22902290

2291-
/// Returns the changes that will be staged with the next call to [`commit`].
2291+
/// Returns the changes that will be committed with the next call to [`commit`].
22922292
///
22932293
/// [`commit`]: Self::commit
22942294
pub fn staged(&self) -> &ChangeSet

0 commit comments

Comments
 (0)