summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIdain <luiscarlosholguinperez@outlook.com>2021-04-10 07:53:34 -0400
committerIdain <luiscarlosholguinperez@outlook.com>2021-04-10 07:53:34 -0400
commit6a96b4897ca153961441c08e18b07a0886e2afe9 (patch)
treedd335b5e259dc68d83f56d7337543951c2967490
parent5a67c3c5782ef6d219fff6abc9c90206bb988d27 (diff)
Small fix. Oops.
-rw-r--r--Make-the-Lottery-Corner-generate-a-lucky-number-daily-instead-of-weekly.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make-the-Lottery-Corner-generate-a-lucky-number-daily-instead-of-weekly.md b/Make-the-Lottery-Corner-generate-a-lucky-number-daily-instead-of-weekly.md
index ada241e..cfb8667 100644
--- a/Make-the-Lottery-Corner-generate-a-lucky-number-daily-instead-of-weekly.md
+++ b/Make-the-Lottery-Corner-generate-a-lucky-number-daily-instead-of-weekly.md
@@ -74,7 +74,7 @@ RadioTower1FLuckyNumberManScript:
...
```
-Now the script will first check the flag's status and, in case it's set, proceed to reset it and also generate the new daily random number. But you might be wondering "Why did we modify `CheckLuckyNumberShowFlag` in the first place if we removed it?" Because we'll need this new version for the Lucky Number Show, which we're going to edit in the next step!
+Now the script will first check the flag's status and, in case it's reset, proceed to generate the new daily random number. But you might be wondering "Why did we modify `CheckLuckyNumberShowFlag` in the first place if we ended up removing it?" Because we'll need this new version for the Lucky Number Show, which we're going to edit in the next step!
## 4. Edit the Lucky Number Show