Remove confusing comment left from FinalizableCrowdsale

AFter this PR 
https://github.com/OpenZeppelin/zeppelin-solidity/pull/364
the comment was left.
This commit is contained in:
Roman Storm
2017-08-23 18:57:22 -07:00
committed by GitHub
parent 47aa4bbf8f
commit a0c0cb66c5

View File

@ -7,7 +7,7 @@ import './Crowdsale.sol';
/** /**
* @title FinalizableCrowdsale * @title FinalizableCrowdsale
* @dev Extension of Crowsdale where an owner can do extra work * @dev Extension of Crowsdale where an owner can do extra work
* after finishing. By default, it will end token minting. * after finishing.
*/ */
contract FinalizableCrowdsale is Crowdsale, Ownable { contract FinalizableCrowdsale is Crowdsale, Ownable {
using SafeMath for uint256; using SafeMath for uint256;