Skip to content

Commit

Permalink
Fix typo in comment (paritytech#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Arias authored and gavofyork committed Dec 9, 2019
1 parent 453c102 commit ca8d5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/slots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ type WinnersData<T> =
// This module's storage items.
decl_storage! {
trait Store for Module<T: Trait> 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
Expand Down

0 comments on commit ca8d5c5

Please sign in to comment.