Skip to content

Commit

Permalink
Change comma to decimal point in comment (OpenZeppelin#2742)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-vaibhav authored Jul 5, 2021
1 parent b9e2c78 commit 922058d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/ERC20/ERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ contract ERC20 is Context, IERC20, 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
* be displayed to a user as `5,05` (`505 / 10 ** 2`).
* be displayed to a user as `5.05` (`505 / 10 ** 2`).
*
* Tokens usually opt for a value of 18, imitating the relationship between
* Ether and Wei. This is the value {ERC20} uses, unless this function is
Expand Down

0 comments on commit 922058d

Please sign in to comment.