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 } }