From ef562cd70c4e8319ee717b11cded7557b1b14b71 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Mon, 9 Dec 2019 10:08:05 -0600 Subject: [PATCH] Fix typo in comment (#671) --- polkadot/runtime/src/slots.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/runtime/src/slots.rs b/polkadot/runtime/src/slots.rs index d311792610..45172d967b 100644 --- a/polkadot/runtime/src/slots.rs +++ b/polkadot/runtime/src/slots.rs @@ -126,7 +126,7 @@ type WinnersData = // This module's storage items. decl_storage! { trait Store for Module as Slots { - /// The number of auctions that been started so far. + /// The number of auctions that have been started so far. pub AuctionCounter get(auction_counter): AuctionIndex; /// Ordered list of all `ParaId` values that are managed by this module. This includes