Skip to content

Commit ac2383c

Browse files
Merge pull request #1127 from Agoric/rs-fix-typo
chore: fix typo in Mint Object explanation para
2 parents 89a7dd5 + b342981 commit ac2383c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/reference/ertp-api/mint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A **Mint** has a one-to-one relationship with both an **[Issuer](./issuer)** and
66
So it can only mint new assets of that **Brand** and is the only **Mint** that can mint
77
new assets of that **Brand**.
88

9-
**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.
9+
**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.
1010

1111
## aMint.getIssuer()
1212
- Returns: **[Issuer](./issuer)**

0 commit comments

Comments
 (0)