瀏覽代碼

Fixing really minor typo (#1911)

~Luiserebii~ 6 年之前
父節點
當前提交
54ee1c7ff5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contracts/token/ERC20/ERC20.sol

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

@@ -177,7 +177,7 @@ contract ERC20 is Context, IERC20 {
         emit Transfer(address(0), account, amount);
     }
 
-     /**
+    /**
      * @dev Destroys `amount` tokens from `account`, reducing the
      * total supply.
      *