Skip to content

Commit 9549a2e

Browse files
authored
Merge pull request #262 from fayedaihall/patch-3
Fixed Typo
2 parents a706a7c + ec53ce6 commit 9549a2e

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)