Skip to content

Commit

Permalink
Fix docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmiller11 committed Oct 6, 2023
1 parent 028cbc6 commit 4e8db1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ A standard if statement that tests if a statement is True or False and only runs

```psbs
Player(( playernum ))
{% if playernum == 1 %}
(% if playernum == 1 %)
red
{% elif playernum == 2 %}
(% elif playernum == 2 %)
blue
{% else %}
(% else %)
green
{% endif %}
(% endif %)
```

## Macros
Expand Down

0 comments on commit 4e8db1d

Please sign in to comment.