Skip to content
Snippets Groups Projects
Commit ef562cd7 authored by Leo Arias's avatar Leo Arias Committed by Gavin Wood
Browse files

Fix typo in comment (#671)

parent ba2dd3a4
Branches
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment