Skip to content
Snippets Groups Projects
Commit b3d16c94 authored by Squirrel's avatar Squirrel Committed by GitHub
Browse files

example typo (#9416)


* Think these types should be switched reading the doc.

* Update frame/support/procedural/src/lib.rs

Co-authored-by: default avatarBastian Köcher <bkchr@users.noreply.github.com>

Co-authored-by: default avatarBastian Köcher <bkchr@users.noreply.github.com>
parent c2e246d3
No related merge requests found
......@@ -289,7 +289,7 @@ pub fn decl_storage(input: TokenStream) -> TokenStream {
/// construct_runtime!(
/// pub enum Runtime where
/// Block = Block,
/// NodeBlock = runtime::Block,
/// NodeBlock = node::Block,
/// UncheckedExtrinsic = UncheckedExtrinsic
/// {
/// System: system::{Pallet, Call, Event<T>, Config<T>} = 0,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment