From 2438557255d1ca6bf745e0293abb549dade124fc Mon Sep 17 00:00:00 2001 From: benjyz Date: Mon, 18 Sep 2017 12:41:54 +0700 Subject: [PATCH] explain cliff --- contracts/token/VestedToken.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/VestedToken.sol b/contracts/token/VestedToken.sol index cb1857d8a..be50de75a 100644 --- a/contracts/token/VestedToken.sol +++ b/contracts/token/VestedToken.sol @@ -132,7 +132,7 @@ contract VestedToken is StandardToken, LimitedTransferToken { * @param tokens uint256 The amount of tokens granted * @param time uint64 The time to be checked * @param start uint64 The time representing the beginning of the grant - * @param cliff uint64 The cliff period, the period until which nothing can be vested + * @param cliff uint64 The cliff period, the period before nothing can be paid out * @param vesting uint64 The vesting period * @return An uint256 representing the amount of vested tokens of a specific grant * transferableTokens