Skip to content

Commit

Permalink
Update steps/6/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntabrizi authored Nov 1, 2024
1 parent 47eaafb commit 748563f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you are familiar with smart contracts or any kind of blockchain application,

Those transactions are processed, and then dispatched to callable functions within the blockchain.

*Internal functions are generally implemented in a separate `impl.rs` file for ergonomic purposes, while the callable functions are located in `lib.rs`.*
For ergonomics, you will normally see callable functions defined in the `lib.rs`, but their logic implemented in a separate `impls.rs` file. This is really up to your preference, but since this is the common practice in the Polkadot SDK, the tutorial will use this pattern as well.

### Pallet Call Macro

Expand Down

0 comments on commit 748563f

Please sign in to comment.