Skip to content

Commit d5d481e

Browse files
committed
fix comments
1 parent ac437a1 commit d5d481e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/architecture/08_concepts/catalyst_voting/cat_v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ This document describes a Catalyst V2 vote transaction structure.
2424
It is a Catalyst v2 voting transaction
2525
defined on top the ["Generalized Vote Transaction"](./gen_vote_tx.md#specification) structure.
2626

27-
Following that spec we need define a format of `choice`, `proof` and `prop_id`.
27+
Following that spec need to define a format of `choice`, `proof` and `prop_id`.
2828

2929
<!-- markdownlint-disable max-one-sentence-per-line -->
3030
!!! note
3131

32-
- If `choice` is a *public* one, `proof` **must** be `null`.
32+
- If `choice` is *public* one, `proof` **must** be `null`.
3333
- If `choice` is *private* one, `proof` **must** be **not** `null`.
3434
<!-- markdownlint-disable max-one-sentence-per-line -->
3535

docs/src/architecture/08_concepts/catalyst_voting/gen_vote_tx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In particular it must be a [CBOR] encoded [BLAKE2b-256] hash bytes:
6666

6767
<!-- markdownlint-disable code-block-style -->
6868
```CDDL
69-
{{ include_file('src/architecture/08_concepts/catalyst_voting/cddl/get_vote_tx_cose_payload.cddl') }}
69+
{{ include_file('src/architecture/08_concepts/catalyst_voting/cddl/gen_vote_tx_cose_payload.cddl') }}
7070
```
7171
<!-- markdownlint-enable code-block-style -->
7272

0 commit comments

Comments
 (0)