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

@ -8,7 +8,7 @@ import '../ownership/Ownable.sol';
/**
* @title Mintable token
* @dev: Simple ERC20 Token example, with mintable token creation
* @dev Simple ERC20 Token example, with mintable token creation
* @dev Issue: * https://github.com/OpenZeppelin/zeppelin-solidity/issues/120
* Based on code by TokenMarketNet: https://github.com/TokenMarketNet/ico/blob/master/contracts/MintableToken.sol
*/