Unverified Commit 9e138521 by soulofmischief Committed by GitHub

Fix typo (#2919)

parent c9bdb1f0
...@@ -24,7 +24,7 @@ abstract contract ERC1155Supply is ERC1155 { ...@@ -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) { function exists(uint256 id) public view virtual returns (bool) {
return ERC1155Supply.totalSupply(id) > 0; return ERC1155Supply.totalSupply(id) > 0;
......
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