Skip to content

Commit ca8d5c5

Browse files
Leo Ariasgavofyork
Leo Arias
authored andcommitted
Fix typo in comment (paritytech#671)
1 parent 453c102 commit ca8d5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/slots.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ type WinnersData<T> =
126126
// This module's storage items.
127127
decl_storage! {
128128
trait Store for Module<T: Trait> as Slots {
129-
/// The number of auctions that been started so far.
129+
/// The number of auctions that have been started so far.
130130
pub AuctionCounter get(auction_counter): AuctionIndex;
131131

132132
/// Ordered list of all `ParaId` values that are managed by this module. This includes

0 commit comments

Comments
 (0)