Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Feb 4, 2025
1 parent 8702b9c commit 507e7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/cw-multi-test/app-builder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,9 @@ assert_eq!(value, app.storage().get(key).unwrap().as_slice());
```

<Callout>
In the examples above, we accessed the storage directly to simplify them and focus on the chain
In the examples above, to keep the simple, we accessed the storage directly and focused on the chain
initialization part involving the `with_storage{:rust}` method of `AppBuilder{:rust}`.
Note that inside smart contract code, the storage used by the chain should be accessed through
Please note, that inside smart contract code, the storage used by the chain should be accessed through
libraries such as [Storey](/storey) and [StoragePlus](/cw-storage-plus).
</Callout>

Expand Down

0 comments on commit 507e7d8

Please sign in to comment.