Skip to content

Commit 1a10c53

Browse files
committed
fix(docs): correct capitalization of FAsset in documentation for asset minting granularity and minting recipient
1 parent 3f7319b commit 1a10c53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/fassets/reference/IAssetManager.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ function getDirectMintingLargeMintingDelaySeconds()
247247

248248
### `assetMintingGranularityUBA`
249249

250-
Returns the asset minting granularity — the smallest unit of f-asset stored internally within this asset manager instance.
250+
Returns the asset minting granularity — the smallest unit of FAsset stored internally within this asset manager instance.
251251

252252
The direct-minting [rate limiter](/fassets/direct-minting#rate-limits) stores `mintedInCurrentWindow` as `uint64` AMG (asset minting granularity) for cheap on-chain storage.
253253
Multiplying the limiter state by `assetMintingGranularityUBA` rebases it into UBA so it can be compared against the UBA-denominated hourly and daily caps.

docs/fassets/reference/IMintingTagManager.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Return the minting recipient for a given tag.
9191
/**
9292
* Return the minting recipient for a given tag.
9393
* @param _mintingTag The minting tag id.
94-
* @return The address that receives minted f-assets when this tag is used.
94+
* @return The address that receives minted FAsset when this tag is used.
9595
*/
9696
function mintingRecipient(uint256 _mintingTag) external view returns (address);
9797
```

0 commit comments

Comments
 (0)