File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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];
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ import {Math} from "../../../utils/math/Math.sol";
5555 * functions. Overriding {_deposit} automatically affects both {deposit} and {mint}. Similarly, overriding {_withdraw}
5656 * automatically affects both {withdraw} and {redeem}. Overall it is not recommended to override the public facing
5757 * functions since that could lead to inconsistent behaviors between the {deposit} and {mint} or between {withdraw} and
58- * {redeem}, which is documented to have lead to loss of funds.
58+ * {redeem}, which is documented to have led to loss of funds.
5959 *
6060 * * Overrides to the deposit or withdraw mechanism must be reflected in the preview functions as well.
6161 *
You can’t perform that action at this time.
0 commit comments