Skip to content

Commit

Permalink
Update docs/cadence_migration_guide/type-annotations-guide.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Hannan <[email protected]>
  • Loading branch information
dsainati1 and joshuahannan authored Mar 1, 2024
1 parent 486f029 commit 095bb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cadence_migration_guide/type-annotations-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Reference types (whether on their own like `&FlowToken.Vault` or within a capabi
from contracts written in Cadence v0.42 will need to be given
[entitlements](https://cadence-lang.org/docs/1.0/language/access-control#entitlements) in order to retain the same functionality
in Cadence 1.0.
The Cadence 1.0 data migration will automatically grant the appropriate entitlements to stored values,
The Cadence 1.0 automated data migration will automatically grant the appropriate entitlements to stored values,
but any reference types that appear in your contracts will need to be manually updated.

The update you will need to perform involves changing each reference type to have the appropriate entitlements necessary to perform
Expand Down

0 comments on commit 095bb29

Please sign in to comment.