From f9f87dbefa1e9a5ff236329c642e74487fb64c94 Mon Sep 17 00:00:00 2001 From: Josef Richter Date: Mon, 17 Jan 2022 15:02:01 +0100 Subject: [PATCH] Create README.md fix a typo "sue" -> "use" (or maybe it was supposed to be "see"?) --- packages/storage-plus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/storage-plus/README.md b/packages/storage-plus/README.md index 8fe31abff..214228bd5 100644 --- a/packages/storage-plus/README.md +++ b/packages/storage-plus/README.md @@ -409,7 +409,7 @@ fn demo() -> StdResult<()> { ## IndexedMap -Let's sue one example of `IndexedMap` definition and usage, originally taken from the `cw721-base` contract. +Let's use one example of `IndexedMap` definition and usage, originally taken from the `cw721-base` contract. ### Definition