Skip to content

Commit

Permalink
small content fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleenGilsing committed Feb 7, 2025
1 parent 3d90ae1 commit 2b3d7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/adventures/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1012,8 +1012,8 @@ adventures:
**Warning! This code needs to be debugged!**
```
{print} 'Hedy calendar'
months_with_31 days = January, March, May, July, September, October, December
months_with_30_days = April, June, August, November
months_with_31 days = January, March, May, July, August, October, December
months_with_30_days = April, June, September, November
month = {ask} 'Which month would you like to see?'
{if} month {in} months_with_31_days
days = 31
Expand Down

0 comments on commit 2b3d7f0

Please sign in to comment.