Skip to content

Commit 454289f

Browse files
authored
Update contracts.md
Typo
1 parent b3a95d9 commit 454289f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contracts.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ where:
8181
- `params`: the compile-time list of parameters of the contract
8282
- `vars`: the list of variables (concretely stored in the data commitment of the covenant, aka the _state_ of the contract)
8383

84-
`params` and `vars` should be omitted if empty. Moreover, for notational simplicity we prefer to omit (and list separately) the *global* parameters that are unchanged for all the contract in the diagram.
84+
`params` and `vars` should be omitted if empty. Moreover, for notational simplicity we prefer to omit (and list separately) the *global* parameters that are unchanged for all the contracts in the diagram.
8585

8686
We call *clause* each spending condition of a contract. Each clause has a name (in lowercase, in snake_case if multiple words)
8787

@@ -152,4 +152,4 @@ Unvaulting[ctv_hash]:
152152
pass
153153
```
154154

155-
A matching Python implementation can be found in [vault_contracts.py](../examples/vault/vault_contracts.py).
155+
A matching Python implementation can be found in [vault_contracts.py](../examples/vault/vault_contracts.py).

0 commit comments

Comments
 (0)