From 11ff4fd572536fd72295dd552b202943698f0c82 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Sun, 24 Sep 2023 16:32:04 +0000 Subject: [PATCH] Correct typo Correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a2890216..581cb9e2e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Gluon is a small, statically-typed, functional programming language designed for I ## Features -* **Seatically-typed** - Static typing makes it easier to write safe and efficient interfaces between gluon and the host application. +* **Statically-typed** - Static typing makes it easier to write safe and efficient interfaces between gluon and the host application. * **Type inference** - Type inference ensures that types rarely have to be written explicitly giving all the benefits of static types with none of the typing.