Skip to content

Commit 767e4f6

Browse files
Fix typo in plan docs
1 parent 9a88807 commit 767e4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plan.rs

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

0 commit comments

Comments
 (0)