Skip to content

Commit ad02c93

Browse files
committed
fix(docs): spec check issues
1 parent 62c750a commit ad02c93

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/src/architecture/08_concepts/signed_doc/voting_process/drep_delegation_and_discovery.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ Signers:
4545
* Weights: optional payload weights distribute the voter’s (post-scaling) voting power proportionally;
4646
non-positive weights are treated as 1.
4747
Remainders go to the highest-priority delegate.
48-
* Insufficient Power: if voting power is insufficient to distribute to all delegates, lower-priority delegates may receive 0.
48+
* Insufficient Power: if voting power is insufficient to distribute to all delegates,
49+
lower-priority delegates may receive 0.
4950
* Revocation: [`metadata.revocations`](../metadata.md#revocations) can withdraw a delegation
5051
(set to `true` to withdraw all versions), or a new delegation supersedes the prior one
5152
(latest only applies).

specs/generators/pages/signed_doc/voting_process/drep_delegation_and_discovery.md.jinja

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,13 @@ Signers:
4040

4141
### Delegation Semantics
4242

43-
* Multiple Delegates: voters may delegate to multiple representatives for a contest (ordered by priority). See: [Contest Delegation](../docs/contest_delegation.md).
43+
* Multiple Delegates: voters may delegate to multiple representatives for a contest (ordered by priority).
44+
See: [Contest Delegation](../docs/contest_delegation.md).
4445
* Weights: optional payload weights distribute the voter’s (post-scaling) voting power proportionally;
45-
non-positive weights are treated as 1. Remainders go to the highest-priority delegate.
46-
* Insufficient Power: if voting power is insufficient to distribute to all delegates, lower-priority delegates may receive 0.
46+
non-positive weights are treated as 1.
47+
Remainders go to the highest-priority delegate.
48+
* Insufficient Power: if voting power is insufficient to distribute to all delegates,
49+
lower-priority delegates may receive 0.
4750
* Revocation: [`metadata.revocations`](../metadata.md#revocations) can withdraw a delegation
4851
(set to `true` to withdraw all versions), or a new delegation supersedes the prior one
4952
(latest only applies).

0 commit comments

Comments
 (0)