styling consistency
This commit is contained in:
@@ -38,7 +38,7 @@ contract ERC20External is ERC20Internal, IERC20Metadata {
|
||||
|
||||
/**
|
||||
* @dev Returns the number of decimals used to get its user representation.
|
||||
* For example, if `decimals` equals `2`, a balance of `505` tokens should
|
||||
* For example, if `decimals` equals `2`, a balance of `505` _tokens should
|
||||
* be displayed to a user as `5.05` (`505 / 10 ** 2`).
|
||||
*
|
||||
* Tokens usually opt for a value of 18, imitating the relationship between
|
||||
@@ -111,7 +111,7 @@ contract ERC20External is ERC20Internal, IERC20Metadata {
|
||||
*
|
||||
* - `from` and `to` cannot be the zero address.
|
||||
* - `from` must have a balance of at least `value`.
|
||||
* - the caller must have allowance for ``from``'s tokens of at least
|
||||
* - the caller must have allowance for ``from``'s _tokens of at least
|
||||
* `value`.
|
||||
*/
|
||||
function transferFrom(address from, address to, uint256 value) public virtual returns (bool) {
|
||||
|
||||
Reference in New Issue
Block a user