From 057ed8b322e125132f10449f38f9dfb650a3ed5b Mon Sep 17 00:00:00 2001 From: t11s Date: Mon, 29 Nov 2021 18:35:45 -0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Punctuation=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Vault.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vault.sol b/src/Vault.sol index 2f623fc..bdbcfc6 100644 --- a/src/Vault.sol +++ b/src/Vault.sol @@ -125,7 +125,7 @@ contract Vault is ERC20, Auth { /// @notice Sets a new harvest delay. /// @param newHarvestDelay The new harvest delay to set. /// @dev If the current harvest delay is 0, meaning it has not - /// been set before, it will be updated immediately; otherwise + /// been set before, it will be updated immediately, otherwise /// it will be scheduled to take effect after the next harvest. function setHarvestDelay(uint64 newHarvestDelay) external requiresAuth { // A harvest delay of 0 makes harvests vulnerable to sandwich attacks.