We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 230676d + af81276 commit 7c72742Copy full SHA for 7c72742
contracts/src/arbitration/evidence/ModeratedEvidenceModule.sol
@@ -160,7 +160,7 @@ contract ModeratedEvidenceModule is IArbitrableV2 {
160
totalCostMultiplier = _totalCostMultiplier;
161
}
162
163
- /// @dev Change the the time window within which evidence submissions and removals can be contested.
+ /// @dev Change the time window within which evidence submissions and removals can be contested.
164
/// Ongoing moderations will start using the latest bondTimeout available after calling moderate() again.
165
/// @param _bondTimeout Multiplier of arbitration fees that must be paid as fee stake. In basis points.
166
function changeBondTimeout(uint256 _bondTimeout) external onlyGovernor {
0 commit comments