Skip to content

Commit

Permalink
mdBook generated from gitorial
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntabrizi committed Aug 23, 2024
1 parent b145204 commit b78629a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/13/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ Anyway, every bone in your body should generally prefer to use the `checked_*` A

We covered a lot in this section, but the concepts here are super important.

Feel fre to reach this section again right now, and again at the end of the tutorial.
Feel free to read this section again right now, and again at the end of the tutorial.

Now that you know how to ergonomically do safe math, update your Pallet to handle the `mint` logic safely and return a custom Pallet Error if an overflow would occur.
2 changes: 1 addition & 1 deletion src/3/source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Our starting template includes all the basic macros used for developing a FRAME

### Pallet Macro Entrypoint

The entrypoint for all the FRAME macros is can be seen here:
The entrypoint for all the FRAME macros can be seen here:

```rust
#[frame::pallet(dev_mode)]
Expand Down

0 comments on commit b78629a

Please sign in to comment.