You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/language/accounts/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ view fun getAccount(_ address: Address): &Account
84
84
85
85
### Write operations
86
86
87
-
Access to an authorized account reference (`auth(...) &Account`) means having a certain _write access_ to it.
87
+
Access to an authorized account reference (`auth(...) &Account`) means having a certain **write access** to it.
88
88
89
89
[Entitlements] authorize access to accounts. Cadence provides both coarse-grained and fine-grained entitlements, which decide what management functions are accessible on the account.
0 commit comments