Skip to content

Commit

Permalink
Fix typo 03-create-pallet.md (#2067)
Browse files Browse the repository at this point in the history
Fix typo: "marco" to "macro"

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
  • Loading branch information
juandesouza and shawntabrizi authored Aug 27, 2024
1 parent c734112 commit e85992d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The next step is to prepare a set of common macros to serve as scaffolding for y
You now have a clean slate for creating the Substrate collectibles pallet.
2. Prepare the scaffolding for the Substrate collectibles pallet by adding the following common set of marco declarations to the `src/lib.rs` file:
2. Prepare the scaffolding for the Substrate collectibles pallet by adding the following common set of macro declarations to the `src/lib.rs` file:
```rust
#![cfg_attr(not(feature = "std"), no_std)]
Expand Down

0 comments on commit e85992d

Please sign in to comment.