From af812768c7973fa820293eca75b0b0fc793a0e39 Mon Sep 17 00:00:00 2001 From: cuiyourong Date: Sat, 7 Dec 2024 00:18:14 +0800 Subject: [PATCH] chore: remove redundant word in comment Signed-off-by: cuiyourong --- contracts/src/arbitration/evidence/ModeratedEvidenceModule.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/src/arbitration/evidence/ModeratedEvidenceModule.sol b/contracts/src/arbitration/evidence/ModeratedEvidenceModule.sol index ded832889..f8c4f2a55 100644 --- a/contracts/src/arbitration/evidence/ModeratedEvidenceModule.sol +++ b/contracts/src/arbitration/evidence/ModeratedEvidenceModule.sol @@ -160,7 +160,7 @@ contract ModeratedEvidenceModule is IArbitrableV2 { totalCostMultiplier = _totalCostMultiplier; } - /// @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. /// Ongoing moderations will start using the latest bondTimeout available after calling moderate() again. /// @param _bondTimeout Multiplier of arbitration fees that must be paid as fee stake. In basis points. function changeBondTimeout(uint256 _bondTimeout) external onlyGovernor {