Skip to content

Commit

Permalink
Updated documentation Uppercasing function name for ERC02 basic token (
Browse files Browse the repository at this point in the history
  • Loading branch information
rootux authored and shrugs committed Jun 8, 2018
1 parent 259b9da commit 7a61371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/token/ERC20/BasicToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ contract BasicToken is ERC20Basic {
uint256 totalSupply_;

/**
* @dev total number of tokens in existence
* @dev Total number of tokens in existence
*/
function totalSupply() public view returns (uint256) {
return totalSupply_;
}

/**
* @dev transfer token for a specified address
* @dev Transfer token for a specified address
* @param _to The address to transfer to.
* @param _value The amount to be transferred.
*/
Expand Down

0 comments on commit 7a61371

Please sign in to comment.