Skip to content

Commit

Permalink
grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed May 16, 2024
1 parent 09522f0 commit 2d1284d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencer/src/auction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ struct Auction {
/// current phase.
phase: AuctionPhase,
/// A structure to find which Phase should be the current one.
// This could probably be an enum if we we structure.
// This could probably be an enum with some restructuring.
possible_phases: [AuctionPhase; 3],
}

Expand Down

0 comments on commit 2d1284d

Please sign in to comment.