Skip to content

Commit 7f811fb

Browse files
committed
docs: fix function comment
1 parent dd7113a commit 7f811fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/disputes/DisputeManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ contract DisputeManager is DisputeManagerV1Storage, GraphUpgradeable, IDisputeMa
698698
}
699699

700700
/**
701-
* @dev Recover the signer address of the `_attestation`.
701+
* @dev Return the slashing percentage for the dispute type.
702702
* @param _disputeType Dispute type
703703
* @return Slashing percentage to use for the dispute type
704704
*/

0 commit comments

Comments
 (0)