From 4fa4b431cc780f3dba56d7a4e72896e835da1932 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Tue, 25 Jul 2023 01:46:23 -0700 Subject: [PATCH] fix: docs for scaffold map (#3576) --- ignite/cmd/scaffold_map.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ignite/cmd/scaffold_map.go b/ignite/cmd/scaffold_map.go index 09d2a30cd7..27689fc5a1 100644 --- a/ignite/cmd/scaffold_map.go +++ b/ignite/cmd/scaffold_map.go @@ -21,7 +21,7 @@ dictionary) in the blockchain state. The "map" command is very similar to "ignite scaffold list" with the main difference in how values are indexed. With "list" values are indexed by an -incrementing integer, whereas "list" values are indexed by a user-provided value +incrementing integer, whereas "map" values are indexed by a user-provided value (or multiple values). Let's use the same blog post example: