From 4099dc7388eef6d9f2a3932bf7f8b99ace55d439 Mon Sep 17 00:00:00 2001 From: Sofiya <148779211+vsofiya@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:18:32 +0100 Subject: [PATCH] Update storage.md --- docs/learn/tutorials/storage/storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.