Skip to content

Commit 025c72c

Browse files
Fix typo in plan docs
1 parent d038465 commit 025c72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//! doing coin selection. Furthermore it provides which subset of those keys and hash pre-images you
1212
//! will actually need as well as what locktime or sequence number you need to set.
1313
//!
14-
//! Once you've obstained signatures, hash pre-images etc required by the plan, it can create a
14+
//! Once you've obtained signatures, hash pre-images etc required by the plan, it can create a
1515
//! witness/script_sig for the input.
1616
1717
use core::cmp::Ordering;

0 commit comments

Comments
 (0)