diff options
author | Idain <luiscarlosholguinperez@outlook.com> | 2021-04-11 05:29:47 -0400 |
---|---|---|
committer | Idain <luiscarlosholguinperez@outlook.com> | 2021-04-11 05:29:47 -0400 |
commit | 49f2775ba9079464879411c28a1ef2a6a7c8faae (patch) | |
tree | f4ce892bcff423d9039aaa4cd7377ecf16bce684 | |
parent | 7a1190e45cd608e84654f6d0e33b805a97edc0d6 (diff) |
Fixing another small typo.
-rw-r--r-- | Make-the-Lottery-Corner-generate-a-lucky-number-daily-instead-of-weekly.md | 2 |
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 1a7eb0f..5bbf3ac 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 @@ -69,7 +69,7 @@ RadioTower1FLuckyNumberManScript: - iffalse .skip + checkflag ENGINE_LUCKY_NUMBER_SHOW + iftrue, .skip - special ResetLuckyNumberShow + special ResetLuckyNumberShowFlag .skip ... ``` |