Skip to content

Commit b722525

Browse files
committed
fix: quick fix
1 parent 79fe4ec commit b722525

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24047,7 +24047,7 @@ Configure the pallets by implementing their `Config` trait and update the runtim
2404724047

2404824048
1. Add the `OriginCaller` import:
2404924049

24050-
```rust
24050+
```rust title="mod.rs"
2405124051

2405224052
```
2405324053

tutorials/polkadot-sdk/parachains/zero-to-hero/add-pallets-to-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Configure the pallets by implementing their `Config` trait and update the runtim
4242

4343
1. Add the `OriginCaller` import:
4444

45-
```rust
45+
```rust title="mod.rs"
4646
--8<-- 'code/tutorials/polkadot-sdk/parachains/zero-to-hero/runtime/src/configs/mod.rs:56:56'
4747
```
4848

0 commit comments

Comments
 (0)