Skip to content

Commit

Permalink
Fixed small typo in comment 😊
Browse files Browse the repository at this point in the history
  • Loading branch information
adya committed Mar 30, 2024
1 parent e155778 commit 203f37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPID/include/LookupFilters.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Filter

struct Data
{
// Note that chance passed to this constructor is expected to be in percent. It will be converted to a decimal chance during by the constructor.
// Note that chance passed to this constructor is expected to be in percent. It will be converted to a decimal chance by the constructor.
Data(StringFilters a_strings, FormFilters a_formFilters, LevelFilters a_level, Traits a_traits, PercentChance a_chance);

StringFilters strings{};
Expand Down

0 comments on commit 203f37b

Please sign in to comment.