File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ namespace miniscript {
61
61
* - Is always "OP_SWAP [B]" or "OP_TOALTSTACK [B] OP_FROMALTSTACK".
62
62
* - For example sc:pk_k(key) = OP_SWAP <key> OP_CHECKSIG
63
63
*
64
- * There a type properties that help reasoning about correctness:
64
+ * There are type properties that help reasoning about correctness:
65
65
* - "z" Zero-arg:
66
66
* - Is known to always consume exactly 0 stack elements.
67
67
* - For example after(n) = <n> OP_CHECKLOCKTIMEVERIFY
@@ -84,7 +84,7 @@ namespace miniscript {
84
84
* - "e" Expression:
85
85
* - This implies property 'd', but the dissatisfaction is nonmalleable.
86
86
* - 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.
88
88
* - Conflicts with type 'V'.
89
89
* - "f" Forced:
90
90
* - Dissatisfactions (if any) for this expression always involve at least one signature.
You can’t perform that action at this time.
0 commit comments