From 7f17082002cbb0d13953107e987248892bee7b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Thei=C3=9Fen?= Date: Tue, 9 Mar 2021 17:05:48 +0100 Subject: [PATCH] Fix typo in generated docs. (#8300) --- .../support/procedural/src/pallet/expand/genesis_config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/frame/support/procedural/src/pallet/expand/genesis_config.rs b/substrate/frame/support/procedural/src/pallet/expand/genesis_config.rs index 96407cb382..cc35451b64 100644 --- a/substrate/frame/support/procedural/src/pallet/expand/genesis_config.rs +++ b/substrate/frame/support/procedural/src/pallet/expand/genesis_config.rs @@ -38,7 +38,7 @@ pub fn expand_genesis_config(def: &mut Def) -> proc_macro2::TokenStream { #[doc = r" Can be used to configure the [genesis state](https://substrate.dev/docs/en/knowledgebase/integrate/chain-spec#the-genesis-state) - of the contracts pallet. + of this pallet. "] )); }