From d09dcc3b97ea4136b2d2d436ae88c72dd6d7284f Mon Sep 17 00:00:00 2001 From: Satyam Bansal Date: Thu, 30 Nov 2023 13:35:53 +0530 Subject: [PATCH] Fix Readme typo for storage crate --- src/storage/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/README.md b/src/storage/README.md index 0ae72d7c..f8c32015 100644 --- a/src/storage/README.md +++ b/src/storage/README.md @@ -6,7 +6,7 @@ An ordered sequence of values that can be used in Starknet storage: ```rust #[storage] -stuct Storage { +struct Storage { amounts: List } ```