Skip to content

Commit 2e1c29a

Browse files
committed
docs: typo in natspec
1 parent 76a1310 commit 2e1c29a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/src/arbitration/dispute-kits/DisputeKitClassic.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
2020
contract DisputeKitClassic is BaseDisputeKit, IEvidence {

contracts/src/arbitration/dispute-kits/DisputeKitSybilResistant.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
2727
contract DisputeKitSybilResistant is BaseDisputeKit, IEvidence {

0 commit comments

Comments
 (0)