Skip to content

Commit cab59e5

Browse files
dsouflisCodingCellist
authored andcommitted
Update index.rst
"langauge" => "language"
1 parent aa958b2 commit cab59e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/pages/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ checker as our assistant, guiding us to a complete program that satisfies the
1818
type. The more expressive the type is that we give up front, the more
1919
confidence we can have that the resulting program will be correct.
2020

21-
In Idris, types are first-class constructs in the langauge. This means types
21+
In Idris, types are first-class constructs in the language. This means types
2222
can be passed as arguments to functions, and returned from functions just like
2323
any other value, such as numbers, strings, or lists. This is a small but
2424
powerful idea, enabling:

0 commit comments

Comments
 (0)