Skip to content

Commit 79899a5

Browse files
committed
update param comment
1 parent b089dd0 commit 79899a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contracts/MetadataViews.cdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ access(all) contract MetadataViews {
1818
/// and view type. Borrows the contract as &{ViewResolver} and
1919
/// then calls resolveContractView for the specified type and view.
2020
///
21-
/// @param resourceType: An optional resource type to return views for
21+
/// @param resourceTypeIdentifier: The type identifier of the resource
2222
/// @param viewType: The Type of the desired view.
2323
/// @return A structure representing the requested view. If anything failed, returns nil
2424
///

0 commit comments

Comments
 (0)