Skip to content

Commit ec53ce6

Browse files
authored
Fixed Typo
Changed myNFTs to ownedNFTs
1 parent 0eba630 commit ec53ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial/05-non-fungible-tokens-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Cadence is an object-oriented language. Inside a composite type, such as a [reso
8787

8888
:::
8989

90-
Dictionary definitions in Cadence don't always need the `@` symbol in the type specification, but because the `myNFTs` mapping stores resources, the whole field must become a resource type. Therefore, you need the `@` symbol indicating that `ownedNFTs` is a resource type.
90+
Dictionary definitions in Cadence don't always need the `@` symbol in the type specification, but because the `ownedNFTs` mapping stores resources, the whole field must become a resource type. Therefore, you need the `@` symbol indicating that `ownedNFTs` is a resource type.
9191

9292
As a result, all the rules that apply to resources apply to this type.
9393

0 commit comments

Comments
 (0)