From f7860c19ca991ed487a024dfca41f008c002c751 Mon Sep 17 00:00:00 2001 From: Akuli Date: Tue, 14 Jan 2025 01:27:00 +0200 Subject: [PATCH] Fix typo in URL --- doc/classes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes.md b/doc/classes.md index d5b16b5d..4c959007 100644 --- a/doc/classes.md +++ b/doc/classes.md @@ -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.