mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Update a comment to match the code (#3565)
This commit is contained in:
parent
40ea3f2f54
commit
4dc3093b22
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ int CmdCustom::execute (std::string& output)
|
|||
std::mt19937 random_generator(device());
|
||||
std::uniform_int_distribution<std::mt19937::result_type> twentyfive_percent(1, 4);
|
||||
|
||||
// 1 in 10 chance to display the message.
|
||||
// 25% chance to display the message.
|
||||
if (twentyfive_percent(random_generator) == 4)
|
||||
{
|
||||
std::ostringstream notice;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue