浏览代码

Typo in ERC20 constructor docstring (#2581)

Evert0x 4 年之前
父节点
当前提交
682def9f89
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contracts/token/ERC20/ERC20.sol

+ 1 - 1
contracts/token/ERC20/ERC20.sol

@@ -46,7 +46,7 @@ contract ERC20 is Context, IERC20, IERC20Metadata {
      * The defaut value of {decimals} is 18. To select a different value for
      * {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.
      */
     constructor (string memory name_, string memory symbol_) {