Skip to content

Commit

Permalink
Merge pull request #1127 from Agoric/rs-fix-typo
Browse files Browse the repository at this point in the history
chore: fix typo in Mint Object explanation para
  • Loading branch information
rabi-siddique authored Jun 20, 2024
2 parents 89a7dd5 + b342981 commit ac2383c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/reference/ertp-api/mint.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A **Mint** has a one-to-one relationship with both an **[Issuer](./issuer)** and
So it can only mint new assets of that **Brand** and is the only **Mint** that can mint
new assets of that **Brand**.

**Mints** are created by cqlling the **[makeIssuerKit()](./issuer#makeissuerkit-allegedname-assetkind-displayinfo-optshutdownwithfailure-elementshape)** function. See the **[Issuer](./issuer)** documentation for detailed information about how to use this function.
**Mints** are created by calling the **[makeIssuerKit()](./issuer#makeissuerkit-allegedname-assetkind-displayinfo-optshutdownwithfailure-elementshape)** function. See the **[Issuer](./issuer)** documentation for detailed information about how to use this function.

## aMint.getIssuer()
- Returns: **[Issuer](./issuer)**
Expand Down

0 comments on commit ac2383c

Please sign in to comment.