Skip to content

Commit

Permalink
Merge pull request #16 from arashnm80/patch-1
Browse files Browse the repository at this point in the history
Update content.md
  • Loading branch information
howardpen9 authored Oct 26, 2023
2 parents b56946c + 83b320c commit eb8b471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(examples)/04-if-statements/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Tact supports if statements in a similar syntax to most programming languages th

The condition of the statement can be any boolean expression.

There is no `switch` statement in Tact. If you need to need to handle a group of outcomes separately, follow the `else if` patten you can see in the third example.
There is no `switch` statement in Tact. If you need to need to handle a group of outcomes separately, follow the `else if` pattern you can see in the third example.

0 comments on commit eb8b471

Please sign in to comment.