File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
contracts/src/arbitration/dispute-kits Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import "../interfaces/IEvidence.sol";
1414/// @title DisputeKitClassic
1515/// Dispute kit implementation of the Kleros v1 features including:
1616/// - a drawing system: proportional to staked PNK,
17- /// - a vote aggreation system: plurality,
17+ /// - a vote aggregation system: plurality,
1818/// - an incentive system: equal split between coherent votes,
1919/// - an appeal system: fund 2 choices only, vote on any choice.
2020contract DisputeKitClassic is BaseDisputeKit , IEvidence {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ interface IProofOfHumanity {
2121/// @title DisputeKitSybilResistant
2222/// Dispute kit implementation adapted from DisputeKitClassic
2323/// - a drawing system: at most 1 vote per juror registered on Proof of Humanity,
24- /// - a vote aggreation system: plurality,
24+ /// - a vote aggregation system: plurality,
2525/// - an incentive system: equal split between coherent votes,
2626/// - an appeal system: fund 2 choices only, vote on any choice.
2727contract DisputeKitSybilResistant is BaseDisputeKit , IEvidence {
You can’t perform that action at this time.
0 commit comments