Commit 9cbac5a7 by github-actions

Merge upstream openzeppelin-contracts into upstream-patched

parents f8cc748a 682def9f
...@@ -46,7 +46,7 @@ contract ERC20 is Context, IERC20, IERC20Metadata { ...@@ -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_) {
......
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