From 028ffd26b9ebe3a024b32e45c6fda63eac122d56 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Sat, 14 Oct 2023 18:56:44 -0500 Subject: [PATCH] spelling --- www/templates/pages/homepage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/templates/pages/homepage.html b/www/templates/pages/homepage.html index 03d1df3..693cdbd 100644 --- a/www/templates/pages/homepage.html +++ b/www/templates/pages/homepage.html @@ -61,7 +61,7 @@ main :: () { // Inferred variable type x := 10; - // Function with entirely infered types. + // Function with entirely inferred types. change_value :: x => x + 10; // Onyx figures out the types of `change_value` when you call it. -- 2.25.1