Skip to content

Commit 7c72742

Browse files
authored
Merge pull request #1777 from cuiyourong/dev
chore: remove redundant word in comment
2 parents 230676d + af81276 commit 7c72742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/arbitration/evidence/ModeratedEvidenceModule.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ contract ModeratedEvidenceModule is IArbitrableV2 {
160160
totalCostMultiplier = _totalCostMultiplier;
161161
}
162162

163-
/// @dev Change the the time window within which evidence submissions and removals can be contested.
163+
/// @dev Change the time window within which evidence submissions and removals can be contested.
164164
/// Ongoing moderations will start using the latest bondTimeout available after calling moderate() again.
165165
/// @param _bondTimeout Multiplier of arbitration fees that must be paid as fee stake. In basis points.
166166
function changeBondTimeout(uint256 _bondTimeout) external onlyGovernor {

0 commit comments

Comments
 (0)