Skip to content

Commit d18e776

Browse files
0xLucca0xlukem
andauthored
Apply suggestions from code review
Co-authored-by: Lucas Malizia <[email protected]>
1 parent 5e1e4dc commit d18e776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

develop/parachains/customize-parachain/add-pallet-instances.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Learn how to implement multiple instances of the same pallet in you
77

88
## Introduction
99

10-
Running multiple instances of the same pallet within a runtime is a powerful technique in Polkadot SDK development. This approach lets you reuse pallet functionality without reimplementing it, enabling diverse use cases with the same codebase. The Polkadot SDK provides developer-friendly traits for creating instantiable pallets and in most cases handles unique storage allocation for different instances automatically. This guide teaches you how to implement and configure multiple instances of a pallet in your runtime.
10+
Running multiple instances of the same pallet within a runtime is a powerful technique in Polkadot SDK development. This approach lets you reuse pallet functionality without reimplementing it, enabling diverse use cases with the same codebase. The Polkadot SDK provides developer-friendly traits for creating instantiable pallets and, in most cases, handles unique storage allocation for different instances automatically. This guide teaches you how to implement and configure multiple instances of a pallet in your runtime.
1111

1212
## Understanding Instantiable Pallets
1313

@@ -132,7 +132,7 @@ mod runtime {
132132

133133
If you've followed all the steps correctly, you should now be able to compile your runtime and interact with both instances of the pallet. Each instance will operate independently with its own storage, events, and configured parameters.
134134

135-
Now that you've mastered implementing multiple pallet instances, the natural next step is creating your own custom pallets. Explore the following resources:
135+
Now that you've mastered implementing multiple pallet instances, the next step is creating your own custom pallets. Explore the following resources:
136136

137137
<div class="grid cards" markdown>
138138

0 commit comments

Comments
 (0)