Typo in ERC20 constructor docstring (#2581)

This commit is contained in:
Evert0x
2021-03-11 17:28:26 +01:00
committed by GitHub
parent 96aece07f3
commit 682def9f89

View File

@ -46,7 +46,7 @@ contract ERC20 is Context, IERC20, IERC20Metadata {
* The defaut value of {decimals} is 18. To select a different value for * The defaut value of {decimals} is 18. To select a different value for
* {decimals} you should overload it. * {decimals} you should overload it.
* *
* All three of these values are immutable: they can only be set once during * All two of these values are immutable: they can only be set once during
* construction. * construction.
*/ */
constructor (string memory name_, string memory symbol_) { constructor (string memory name_, string memory symbol_) {