diff --git a/docs/learn/tutorials/storage/storage.md b/docs/learn/tutorials/storage/storage.md index 1d5d8dd..dbe2b53 100644 --- a/docs/learn/tutorials/storage/storage.md +++ b/docs/learn/tutorials/storage/storage.md @@ -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.