Skip to content

Commit

Permalink
Update steps/20/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntabrizi authored Nov 1, 2024
1 parent a506928 commit 9e78b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/20/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Each `Key` can store a separate `Value`, which makes maps super useful.

In this case `[u8; 32]` represents some unique identifier for each Kitty we will store, and `()` is simply a placeholder type for now.

Note that each storage instance needs its own `#[pallet::storage]` macro.
Note that each storage instance needs its own `#[pallet::storage]` attribute.

## Conceptual

Expand Down

0 comments on commit 9e78b77

Please sign in to comment.