Skip to content

Commit

Permalink
Update docs/build/advanced-concepts/metadata-views.md
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Santos <[email protected]>
  • Loading branch information
chasefleming and gregsantos authored Nov 21, 2023
1 parent 8a747be commit 5f22467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/advanced-concepts/metadata-views.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub resource NFT: NonFungibleToken.INFT, MetadataViews.Resolver {

### Metadata Views for NFTs

`MetadataViews` types define how the NFT presents its data. When called upon, the system knows precisely which view to render, ensuring that the relevant information is presented consistently across various platforms:
`MetadataViews` types define how the NFT presents its data. When invoked, the system knows precisely which view to return, ensuring that the relevant information is presented consistently across various platforms:

### Display

Expand Down

0 comments on commit 5f22467

Please sign in to comment.