Edit natspec documentation typos

This commit is contained in:
David Knott
2017-05-26 00:29:15 +03:00
parent efe09575e3
commit d08185fc3e
6 changed files with 6 additions and 8 deletions

View File

@ -124,8 +124,8 @@ contract VestedToken is StandardToken, LimitedTransferToken {
* @param tokens uint256 The amount of tokens grantted.
* @param time uint64 The time to be checked
* @param start uint64 A time representing the begining of the grant
* @param _cliff uint64 The cliff period.
* @param _vesting uint64 The vesting period.
* @param cliff uint64 The cliff period.
* @param vesting uint64 The vesting period.
* @return An uint representing the amount of vested tokensof a specif grant.
*/
function calculateVestedTokens(