Skip to content

Commit

Permalink
update view resolver comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed Mar 11, 2024
1 parent e135b94 commit 024d61f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions contracts/ViewResolver.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ access(all) contract interface ViewResolver {

/// Function that returns all the Metadata Views implemented by the resolving contract.
/// Some contracts may have multiple resource types that support metadata views
/// so there there is an optional parameter for specify which resource type the caller
/// is looking for views for.
/// so there is an optional parameter to specify which resource type the caller
/// is requesting views for.
/// Some contract-level views may be type-agnostic. In that case, the contract
/// should return the same views regardless of what type is passed in.
///
Expand Down
6 changes: 3 additions & 3 deletions lib/go/contracts/internal/assets/assets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 024d61f

Please sign in to comment.