fix duplicated comment

This commit is contained in:
conduition
2024-03-10 16:57:57 +00:00
parent 0f77acfb98
commit 873d7b406a

View File

@@ -19,8 +19,8 @@ use std::collections::{BTreeMap, BTreeSet};
/// index in the sorted set of players.
pub type PlayerIndex = usize;
/// A type alias for clarity. Players in the DLC are often referred to by their
/// index in the sorted set of players.
/// A type alias for clarity. DLC outcomes are sometimes referred to by their
/// index in the set of possible outcome messages.
pub type OutcomeIndex = usize;
/// Represents a mapping of player to payout weight for a given outcome.