soulofmischief 4 年之前
父节点
当前提交
9e13852135
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contracts/token/ERC1155/extensions/ERC1155Supply.sol

+ 1 - 1
contracts/token/ERC1155/extensions/ERC1155Supply.sol

@@ -24,7 +24,7 @@ abstract contract ERC1155Supply is ERC1155 {
     }
 
     /**
-     * @dev Indicates weither any token exist with a given id, or not.
+     * @dev Indicates whether any token exist with a given id, or not.
      */
     function exists(uint256 id) public view virtual returns (bool) {
         return ERC1155Supply.totalSupply(id) > 0;