Skip to content
Snippets Groups Projects
Commit 50896aa9 authored by Gavin Wood's avatar Gavin Wood Committed by GitHub
Browse files

Bad spelling (#3409)

parent 8977dd2d
No related merge requests found
......@@ -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!(
......
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