Skip to content

Commit

Permalink
Fix example on expression blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Oct 9, 2024
1 parent 88ab24b commit ce14514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/Language Fundamentals/statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn void test()
{
int a = 0;
{|
if (a) return;
if (!a) return;
io::printf("Hello ");
return;
|};
Expand Down

0 comments on commit ce14514

Please sign in to comment.