Commit 243adff4 by Hadrien Croubois

fix typo in ERC20's documentation

parent 378531b7
...@@ -76,7 +76,7 @@ contract ERC20 is Context, IERC20, IERC20Metadata { ...@@ -76,7 +76,7 @@ contract ERC20 is Context, IERC20, IERC20Metadata {
* *
* 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
* overloaded; * overridden;
* *
* NOTE: This information is only used for _display_ purposes: it in * NOTE: This information is only used for _display_ purposes: it in
* no way affects any of the arithmetic of the contract, including * no way affects any of the arithmetic of the contract, including
......
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