Skip to content

Commit 668a5df

Browse files
authored
Update introduction.md
Added a ; to the do loop as it is needed to compile
1 parent c450a16 commit 668a5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/interest-is-interesting/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ do
3939
{
4040
// Execute logic if x > 10
4141
x = x - 2;
42-
} while (x > 10)
42+
} while (x > 10);
4343
```

0 commit comments

Comments
 (0)