fix typos (#291)

This commit is contained in:
Black3HDF
2019-06-16 15:50:17 +08:00
committed by Bastian Köcher
parent 62869f8a0a
commit cab12b60c1
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ pub type AccountId = <Signature as Verify>::Signer;
/// never know...
pub type AccountIndex = u32;
/// Indentifier for a chain. 32-bit should be plenty.
/// Identifier for a chain. 32-bit should be plenty.
pub type ChainId = u32;
/// A hash of some data used by the relay chain.