Skip to content

Commit

Permalink
Fix typo 03-create-pallet.md
Browse files Browse the repository at this point in the history
Fix typo: "marco" to "macro"
  • Loading branch information
juandesouza authored Sep 21, 2023
1 parent 0e5e832 commit defab4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,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 defab4f

Please sign in to comment.