From ad89cb353de12dd411dd77a7d623faf611b192a4 Mon Sep 17 00:00:00 2001 From: Dimitrios Souflis Date: Tue, 4 Jun 2024 11:19:03 +0300 Subject: [PATCH] Update index.rst "langauge" => "language" --- src/content/pages/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/pages/index.rst b/src/content/pages/index.rst index 1c318d9..564f94a 100644 --- a/src/content/pages/index.rst +++ b/src/content/pages/index.rst @@ -18,7 +18,7 @@ checker as our assistant, guiding us to a complete program that satisfies the type. The more expressive the type is that we give up front, the more confidence we can have that the resulting program will be correct. -In Idris, types are first-class constructs in the langauge. This means types +In Idris, types are first-class constructs in the language. This means types can be passed as arguments to functions, and returned from functions just like any other value, such as numbers, strings, or lists. This is a small but powerful idea, enabling: