Skip to content

Commit

Permalink
Remove confusing comment left from FinalizableCrowdsale
Browse files Browse the repository at this point in the history
AFter this PR 
OpenZeppelin#364
the comment was left.
  • Loading branch information
rstormsf authored Aug 24, 2017
1 parent 0af9ab0 commit 2e70cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/crowdsale/FinalizableCrowdsale.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import './Crowdsale.sol';
/**
* @title FinalizableCrowdsale
* @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 {
using SafeMath for uint256;
Expand Down

0 comments on commit 2e70cc9

Please sign in to comment.