Skip to content

Commit

Permalink
Update docs/content/developer/iota-101/create-coin/create-coin.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: salaheldinsoliman <[email protected]>
  • Loading branch information
lucas-tortora and salaheldinsoliman authored Oct 28, 2024
1 parent 4e848ac commit 892f495
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 892f495

Please sign in to comment.