Skip to content

Commit 966c262

Browse files
committed
fix(docs): clarify minting tag reservation process in IMintingTagManager documentation
1 parent e8e2135 commit 966c262

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/fassets/reference/IMintingTagManager.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ To get the minting tag manager address, use the [getMintingTagManager](/fassets/
1313

1414
### `reserve`
1515

16-
Reserve a new minting tag by paying the reservation fee.
17-
The caller becomes the owner of the tag and the initial minting recipient.
16+
Reserve a new minting tag NFT by paying the reservation fee.
17+
The caller becomes the owner of this NFT (tag ID) and the initial minting recipient.
1818

1919
```solidity
2020
function reserve() external payable returns (uint256);

0 commit comments

Comments
 (0)