Macro spell fixes (#2442)

This commit is contained in:
Jordan Beauchamp
2019-05-01 19:49:51 +12:00
committed by Gavin Wood
parent 3c42e6d4f0
commit b6d5f6858c
2 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -87,7 +87,7 @@ pub use srml_metadata::{EventMetadata, DecodeDifferent, OuterEventMetadata, FnEn
/// type Token;
/// }
///
/// // For module with instances, DefaultInstance is optionnal
/// // For module with instances, DefaultInstance is optional
/// srml_support::decl_event!(
/// pub enum Event<T, I: Instance = DefaultInstance> where
/// <T as Trait>::Balance,
@@ -613,7 +613,7 @@ mod tests {
}
decl_event!(
/// Event finish formatting on an named one with trailling comma
/// Event finish formatting on an named one with trailing comma
pub enum Event<T> where
BalanceRenamed = <T as Trait>::Balance,
OriginRenamed = <T as Trait>::Origin,