diff --git a/runtime/src/slots.rs b/runtime/src/slots.rs index d311792610c3e..45172d967bb62 100644 --- a/runtime/src/slots.rs +++ b/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