Skip to content

Commit

Permalink
Update storage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vsofiya committed Mar 6, 2024
1 parent 562071e commit 4099dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/tutorials/storage/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ pub struct Contract {

The values of an enum should be referenced as `Enum::A`, `Enum::B`, `Enum::C`.

## Lazy<>
## Lazy

To understand how `Lazy` works, let’s dive deeper into the concepts behind ink! storage.

Expand Down

0 comments on commit 4099dc7

Please sign in to comment.