Skip to content

Commit 45bcd0f

Browse files
committed
docs: natspec fixes
1 parent 40d2240 commit 45bcd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/arbitration/interfaces/IEvidence.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pragma solidity >=0.8.0 <0.9.0;
66
interface IEvidence {
77
/// @notice To be raised when evidence is submitted. Should point to the resource (evidences are not to be stored on chain due to gas considerations).
88
/// @param _externalDisputeID Unique identifier for this dispute outside Kleros. It's the submitter responsibility to submit the right external dispute ID.
9-
/// @param _party The address of the party submiting the evidence. Note that 0x0 refers to evidence not submitted by any party.
9+
/// @param _party The address of the party submitting the evidence.
1010
/// @param _evidence Stringified evidence object, example: '{"name" : "Justification", "description" : "Description", "fileURI" : "/ipfs/QmWQV5ZFFhEJiW8Lm7ay2zLxC2XS4wx1b2W7FfdrLMyQQc"}'.
1111
event Evidence(uint256 indexed _externalDisputeID, address indexed _party, string _evidence);
1212
}

0 commit comments

Comments
 (0)