From a440f271653cd654f15296d3875c39c01646731e Mon Sep 17 00:00:00 2001 From: andrewshab <152420261+andrewshab3@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:31:59 +0100 Subject: [PATCH] Update ERC1155Supply.sol --- contracts/token/ERC1155/extensions/ERC1155Supply.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/ERC1155/extensions/ERC1155Supply.sol b/contracts/token/ERC1155/extensions/ERC1155Supply.sol index 54a7fe3f51b..84a93ea8c98 100644 --- a/contracts/token/ERC1155/extensions/ERC1155Supply.sol +++ b/contracts/token/ERC1155/extensions/ERC1155Supply.sol @@ -26,7 +26,7 @@ abstract contract ERC1155Supply is ERC1155 { uint256 private _totalSupplyAll; /** - * @dev Total value of tokens in with a given id. + * @dev Total value of tokens with a given id. */ function totalSupply(uint256 id) public view virtual returns (uint256) { return _totalSupply[id];