We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c1aa1 commit 4e380e0Copy full SHA for 4e380e0
contracts/token/ERC1155/extensions/ERC1155Supply.sol
@@ -26,7 +26,7 @@ abstract contract ERC1155Supply is ERC1155 {
26
uint256 private _totalSupplyAll;
27
28
/**
29
- * @dev Total value of tokens in with a given id.
+ * @dev Total value of tokens with a given id.
30
*/
31
function totalSupply(uint256 id) public view virtual returns (uint256) {
32
return _totalSupply[id];
0 commit comments