Fix minor typos in docs

This commit is contained in:
thunderbiscuit
2022-08-05 11:39:50 -04:00
parent 03d3c786f2
commit 134b19a9cb
5 changed files with 8 additions and 8 deletions

View File

@@ -516,7 +516,7 @@ impl<'a, D: BatchDatabase, Cs: CoinSelectionAlgorithm<D>, Ctx: TxBuilderContext>
}
}
/// Finish the building the transaction.
/// Finish building the transaction.
///
/// Returns the [`BIP174`] "PSBT" and summary details about the transaction.
///