From 0a0ae973faeb729a463435e1f8397e4de3d111a8 Mon Sep 17 00:00:00 2001 From: Marek Maskarinec Date: Fri, 17 May 2024 20:24:54 +0200 Subject: [PATCH] Update umka.html.markdown Co-authored-by: Boris Verkhovskiy --- umka.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umka.html.markdown b/umka.html.markdown index 9edbafca..1b76bbc4 100644 --- a/umka.html.markdown +++ b/umka.html.markdown @@ -139,7 +139,7 @@ type Vector2 = struct { x, y: real } -fn newVector2(x, y: read): Vector2 { +fn newVector2(x, y: real): Vector2 { // Structure literals return Vector2{ x, y } }