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 6fa195f commit 91ade56
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 @@ -46,7 +46,7 @@ pub fun getViews(): [Type] {

### `resolveView` Function

Regardless of whether it's used at the contract or NFT level, this function's role is to deliver the actual metadata associated with a given view type.
Whether utilized at the contract or NFT level, this function's role is to deliver the actual metadata associated with a given view type.

```cadence
pub fun resolveView(_ view: Type): AnyStruct? {
Expand Down

0 comments on commit 91ade56

Please sign in to comment.