Skip to content

Commit

Permalink
Fix typo in URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 13, 2025
1 parent ec46433 commit f7860c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Let's look at this syntax in more detail.

The curly braces are used to distinguish instantiating syntax from function calls.
This makes the Jou compiler simpler, but if you don't like this syntax,
feel free to [create an issue](https://github,com/Akuli/jou/issues/new) to discuss it.
feel free to [create an issue](https://github.com/Akuli/jou/issues/new) to discuss it.

If you omit some class fields, they will be initialized to zero.
Specifically, the memory used for the fields will be all zero bytes.
Expand Down

0 comments on commit f7860c1

Please sign in to comment.