Skip to content

Commit

Permalink
Add missing ";"
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Apr 16, 2024
1 parent 7c114e2 commit 4a956d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/references/docs/macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Here's an example to illustrate its use:
@foreach(a; int index, double value)
{
io::printfn("a[%d] = %f", index, value);
}
};
}

// Expands to code similar to:
Expand Down

0 comments on commit 4a956d9

Please sign in to comment.