Skip to content

Commit

Permalink
Merge pull request #384 from frangio/fix-pausabletoken-documentation
Browse files Browse the repository at this point in the history
Fix PausableToken documentation
  • Loading branch information
frangio authored Aug 19, 2017
2 parents 1d162e9 + 84e3e76 commit 52efe24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/token/PausableToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import './StandardToken.sol';
import '../lifecycle/Pausable.sol';

/**
* Pausable token
* @title Pausable token
*
* Simple ERC20 Token example, with pausable token creation
* @dev StandardToken modified with pausable transfers.
**/

contract PausableToken is StandardToken, Pausable {
Expand Down

0 comments on commit 52efe24

Please sign in to comment.