We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453c102 commit ca8d5c5Copy full SHA for ca8d5c5
runtime/src/slots.rs
@@ -126,7 +126,7 @@ type WinnersData<T> =
126
// This module's storage items.
127
decl_storage! {
128
trait Store for Module<T: Trait> as Slots {
129
- /// The number of auctions that been started so far.
+ /// The number of auctions that have been started so far.
130
pub AuctionCounter get(auction_counter): AuctionIndex;
131
132
/// Ordered list of all `ParaId` values that are managed by this module. This includes
0 commit comments