Skip to content

Commit 4e380e0

Browse files
authored
Update ERC1155Supply.sol
1 parent 44c1aa1 commit 4e380e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/token/ERC1155/extensions/ERC1155Supply.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ abstract contract ERC1155Supply is ERC1155 {
2626
uint256 private _totalSupplyAll;
2727

2828
/**
29-
* @dev Total value of tokens in with a given id.
29+
* @dev Total value of tokens with a given id.
3030
*/
3131
function totalSupply(uint256 id) public view virtual returns (uint256) {
3232
return _totalSupply[id];

0 commit comments

Comments
 (0)