Skip to content

Commit

Permalink
Update docs/build/smart-contract/basic-concepts/storage.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Modship <[email protected]>
  • Loading branch information
peterjah and modship authored Oct 10, 2024
1 parent b35a50a commit 1a195e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/smart-contract/basic-concepts/storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Here's a quick overview of each method, using `T = StaticArray<u8> | string | Ar

- `Storage.setOf(address: Address, key: T, value: T): void`:
- Stores a value in the storage of a specified address under the given key.
- Writing data to another contract storage require the caller to have writte access on the given contract. It happen only when deploying the contract from another one.
- Writing data to another contract storage require the caller to have writte access on the given contract. This occurs only when deploying the contract from another one.

- `Storage.appendOf(address: Address, key: T, value: T): void`:
- Append data at a storage key
Expand Down

0 comments on commit 1a195e6

Please sign in to comment.