Skip to content

Commit

Permalink
Add a missing argument in define.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azolotko authored and lerno committed Oct 6, 2024
1 parent ddb4f5c commit 6cb7df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/Language Common/define.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def TestFn = fn void(int y = 123);
fn void test(int x = 5)
{
io::printfn("X = %d");
io::printfn("X = %d", x);
}
fn void main()
Expand Down

0 comments on commit 6cb7df6

Please sign in to comment.