Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
adya authored and github-actions[bot] committed Mar 30, 2024
1 parent f254f84 commit e155778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPID/include/Defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ using IndexOrCount = std::variant<Index, RandomCount>;
/// <summary>
/// A chance that is represented as a decimal value between 0 and 1.
/// For example, 0.5 would be 50%.
///
///
/// This one is used in a processed Data for filtering.
/// </summary>
using DecimalChance = double;
Expand All @@ -110,7 +110,7 @@ using DecimalChance = double;
/// A chance that is represented as a percent value between 0 and 100.
/// It also can be decimal, but would describe fraction of a percent.
/// So that 0.5 would be 0.5%.
///
///
/// This is used during parsing of INI files.
/// </summary>
using PercentChance = double;
Expand Down

0 comments on commit e155778

Please sign in to comment.