From 8502b8a0f715efd5748bcb5a87b4b5be6cb9c178 Mon Sep 17 00:00:00 2001 From: gui Date: Wed, 1 Jan 2025 14:17:07 +0900 Subject: [PATCH] fix doc --- docs/sdk/src/polkadot_sdk/frame_runtime.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sdk/src/polkadot_sdk/frame_runtime.rs b/docs/sdk/src/polkadot_sdk/frame_runtime.rs index 8acf19f76413..24595e445fdd 100644 --- a/docs/sdk/src/polkadot_sdk/frame_runtime.rs +++ b/docs/sdk/src/polkadot_sdk/frame_runtime.rs @@ -57,6 +57,7 @@ //! The following example showcases a minimal pallet. #![doc = docify::embed!("src/polkadot_sdk/frame_runtime.rs", pallet)] //! +//! ## Runtime //! //! A runtime is a collection of pallets that are amalgamated together. Each pallet typically has //! some configurations (exposed as a `trait Config`) that needs to be *specified* in the runtime.