Skip to content

Commit eb8b471

Browse files
authored
Merge pull request #16 from arashnm80/patch-1
Update content.md
2 parents b56946c + 83b320c commit eb8b471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(examples)/04-if-statements/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Tact supports if statements in a similar syntax to most programming languages th
44

55
The condition of the statement can be any boolean expression.
66

7-
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.
7+
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 commit comments

Comments
 (0)