Bad spelling (#3409)

This commit is contained in:
Gavin Wood
2019-08-15 16:52:41 +02:00
committed by GitHub
parent 8977dd2d40
commit 50896aa916
+1 -1
View File
@@ -422,7 +422,7 @@ macro_rules! decl_module {
{ $( $constants:tt )* }
[ $( $dispatchables:tt )* ]
$(#[doc = $doc_attr:tt])*
fn on_initialise($($param_name:ident : $param:ty),* ) { $( $impl:tt )* }
fn on_initialize($($param_name:ident : $param:ty),* ) { $( $impl:tt )* }
$($rest:tt)*
) => {
compile_error!(