From 83b320c84545879560ed90730ddeb87a6eda324e Mon Sep 17 00:00:00 2001 From: Arash Nemat Zadeh Date: Tue, 10 Oct 2023 19:20:17 +0330 Subject: [PATCH] Update content.md fix typo --- src/routes/(examples)/04-if-statements/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(examples)/04-if-statements/content.md b/src/routes/(examples)/04-if-statements/content.md index f607b43..5e181e0 100644 --- a/src/routes/(examples)/04-if-statements/content.md +++ b/src/routes/(examples)/04-if-statements/content.md @@ -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. \ No newline at end of file +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.