Skip to content

Commit

Permalink
typo(pop-api): minor typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Apr 26, 2024
1 parent bc2066c commit c339caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pop-api/src/v0/nfts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ mod types {
pub default_item_settings: ItemSettings,
}

/// Mint type. Can the NFT be create by anyone, or only the creator of the collection,
/// Mint type. Can the NFT be created by anyone, or only the creator of the collection,
/// or only by wallets that already hold an NFT from a certain collection?
/// The ownership of a privately minted NFT is still publicly visible.
#[derive(Encode)]
Expand Down

0 comments on commit c339caa

Please sign in to comment.