Skip to content

Commit

Permalink
Update your-first-nft.md
Browse files Browse the repository at this point in the history
function create_finite_collection_script  is posted incorrectly , replace it with create_limited_collection_script
  • Loading branch information
cangcang-zcr authored and davidiw committed Jul 31, 2022
1 parent fed1732 commit 2d11870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer-docs-site/docs/tutorials/your-first-nft.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ The Aptos Token enables creators to create finite or unlimited collections. Many

Finite, that is no more than a `maximum` number of tokens can ever be minted:
```rust
public(script) fun create_finite_collection_script(
public(script) fun create_limited_collection_script (
account: signer,
description: vector<u8>,
name: vector<u8>,
Expand Down

0 comments on commit 2d11870

Please sign in to comment.