Skip to content

Commit 9fdfb73

Browse files
threewebcodefanquake
authored andcommitted
doc: fix typos
Fix typos in miniscript.h
1 parent af60887 commit 9fdfb73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/script/miniscript.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ namespace miniscript {
6161
* - Is always "OP_SWAP [B]" or "OP_TOALTSTACK [B] OP_FROMALTSTACK".
6262
* - For example sc:pk_k(key) = OP_SWAP <key> OP_CHECKSIG
6363
*
64-
* There a type properties that help reasoning about correctness:
64+
* There are type properties that help reasoning about correctness:
6565
* - "z" Zero-arg:
6666
* - Is known to always consume exactly 0 stack elements.
6767
* - For example after(n) = <n> OP_CHECKLOCKTIMEVERIFY
@@ -84,7 +84,7 @@ namespace miniscript {
8484
* - "e" Expression:
8585
* - This implies property 'd', but the dissatisfaction is nonmalleable.
8686
* - This generally requires 'e' for all subexpressions which are invoked for that
87-
* dissatifsaction, and property 'f' for the unexecuted subexpressions in that case.
87+
* dissatisfaction, and property 'f' for the unexecuted subexpressions in that case.
8888
* - Conflicts with type 'V'.
8989
* - "f" Forced:
9090
* - Dissatisfactions (if any) for this expression always involve at least one signature.

0 commit comments

Comments
 (0)