From 892f495d3530544e14248433fd0310f327236a81 Mon Sep 17 00:00:00 2001 From: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:49:14 -0300 Subject: [PATCH] Update docs/content/developer/iota-101/create-coin/create-coin.mdx Co-authored-by: salaheldinsoliman <49910731+salaheldinsoliman@users.noreply.github.com> --- docs/content/developer/iota-101/create-coin/create-coin.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/developer/iota-101/create-coin/create-coin.mdx b/docs/content/developer/iota-101/create-coin/create-coin.mdx index 708367a68b4..57a6c0572d8 100644 --- a/docs/content/developer/iota-101/create-coin/create-coin.mdx +++ b/docs/content/developer/iota-101/create-coin/create-coin.mdx @@ -25,7 +25,7 @@ You can send further transactions directly to `iota::coin::Coin` using the `Trea ## Extending the Coin Module -To enhance the coin module, add a `mint` function. +To extend the coin module, add a `mint` function. This function utilizes the [`mint`](../../../references/framework/iota-framework/coin.mdx#function-mint) method from the `Coin` module to create a coin and transfer it to a specified address.