Skip to content

Commit

Permalink
fix typo (paritytech#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-van authored Sep 9, 2020
1 parent f006b0e commit 3da343b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rococo-parachains/contracts-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub enum XCMPMessage<XAccountId, XBalance> {
TransferToken(XAccountId, XBalance),
}

/// The version infromation used to identify this runtime when compiled natively.
/// The version information used to identify this runtime when compiled natively.
#[cfg(feature = "std")]
pub fn native_version() -> NativeVersion {
NativeVersion {
Expand Down
2 changes: 1 addition & 1 deletion rococo-parachains/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub enum XCMPMessage<XAccountId, XBalance> {
TransferToken(XAccountId, XBalance),
}

/// The version infromation used to identify this runtime when compiled natively.
/// The version information used to identify this runtime when compiled natively.
#[cfg(feature = "std")]
pub fn native_version() -> NativeVersion {
NativeVersion {
Expand Down

0 comments on commit 3da343b

Please sign in to comment.