From: Brendan Hansen Date: Sat, 14 Oct 2023 23:56:44 +0000 (-0500) Subject: spelling X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=028ffd26b9ebe3a024b32e45c6fda63eac122d56;p=onyxlang.io.git spelling --- 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.