spelling
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 14 Oct 2023 23:56:44 +0000 (18:56 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 14 Oct 2023 23:56:44 +0000 (18:56 -0500)
www/templates/pages/homepage.html

index 03d1df376bf96f2809f97811151e5ee4ce5867a7..693cdbde65ac55656256f5d29911e776c8560126 100644 (file)
@@ -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.