Fix typo in generated docs. (#8300)

This commit is contained in:
Alexander Theißen
2021-03-09 17:05:48 +01:00
committed by GitHub
parent ed7e485365
commit 7f17082002
@@ -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.
"]
));
}