Skip to content

Commit 1b38f9f

Browse files
committed
Fix typo
1 parent a4448ba commit 1b38f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matt/contracts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class ClauseOutput:
7373

7474
n: int
7575
next_contract: AbstractContract # only StandardP2TR and StandardAugmentedP2TR are supported so far
76-
next_state: Optional[ContractState] = None # only meaningful if c is augmented
76+
next_state: Optional[ContractState] = None # only meaningful if the contract is augmented
7777
next_amount: ClauseOutputAmountBehaviour = ClauseOutputAmountBehaviour.PRESERVE_OUTPUT
7878

7979
def __repr__(self):

0 commit comments

Comments
 (0)