From 91ade56c722ef298fa165d3fea9563cb1cc8bbb6 Mon Sep 17 00:00:00 2001 From: Chase Fleming Date: Tue, 21 Nov 2023 10:40:26 -0800 Subject: [PATCH] Update docs/build/advanced-concepts/metadata-views.md Co-authored-by: Greg Santos --- docs/build/advanced-concepts/metadata-views.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/advanced-concepts/metadata-views.md b/docs/build/advanced-concepts/metadata-views.md index 5fcac5ad21..cb8dc11677 100644 --- a/docs/build/advanced-concepts/metadata-views.md +++ b/docs/build/advanced-concepts/metadata-views.md @@ -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? {