Fix spelling (#1118)

* I'm just trying to do my job

* spelling
This commit is contained in:
Svyatoslav Nikolsky
2021-09-07 11:33:39 +03:00
committed by Bastian Köcher
parent d554639380
commit 6e3b083ab3
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ where
/// Wococo Runtime `Call` enum.
///
/// The enum represents a subset of possible `Call`s we can send to Rococo chain.
/// Ideally this code would be auto-generated from Metadata, because we want to
/// Ideally this code would be auto-generated from metadata, because we want to
/// avoid depending directly on the ENTIRE runtime just to get the encoding of `Dispatchable`s.
///
/// All entries here (like pretty much in the entire file) must be kept in sync with Rococo