Commit 52153827 by github-actions

Merge upstream openzeppelin-contracts into upstream-patched

parents 744c6c95 922058db
...@@ -72,7 +72,7 @@ contract ERC20 is Context, IERC20, IERC20Metadata { ...@@ -72,7 +72,7 @@ contract ERC20 is Context, IERC20, IERC20Metadata {
/** /**
* @dev Returns the number of decimals used to get its user representation. * @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`). * be displayed to a user as `5.05` (`505 / 10 ** 2`).
* *
* Tokens usually opt for a value of 18, imitating the relationship between * 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 * Ether and Wei. This is the value {ERC20} uses, unless this function is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment