From d1016da3f08d9fddde8632935b9d47be5e4a97d6 Mon Sep 17 00:00:00 2001 From: jaschdoc <60233376+jaschdoc@users.noreply.github.com> Date: Sun, 23 Jun 2024 16:38:36 +0200 Subject: [PATCH 1/2] docs: update record select syntax to '#' --- src/page/Home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/Home.js b/src/page/Home.js index d91df6d..e4d5585 100644 --- a/src/page/Home.js +++ b/src/page/Home.js @@ -136,7 +136,7 @@ def oneByOne(): {w = Int32, h = Int32} = {w = 1, h = 1} def twoByFour(): {w = Int32, h = Int32} = {w = 2, h = 4} def area(rect: {w = Int32, h = Int32 | r}): Int32 = - rect.w * rect.h + rect#w * rect#h def f(): Int32 = area({h = 1, color = "Blue", w = 2})`} From 93c6f0cdd553ad453a2f2ea20e8fbdfb87546cf1 Mon Sep 17 00:00:00 2001 From: jaschdoc <60233376+jaschdoc@users.noreply.github.com> Date: Sun, 23 Jun 2024 16:41:57 +0200 Subject: [PATCH 2/2] docs: update authors --- AUTHORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.md b/AUTHORS.md index f9ca241..0aa2276 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -3,3 +3,4 @@ By adding your name to this document, you agree to release all your contributions to Flix under the [Apache 2.0 License](LICENSE.md). - [Magnus Madsen](https://github.com/magnus-madsen) +- [Jakob Schneider Villumsen](https://github.com/jaschdoc)