From ce17efb6ebb92f47fc6c34b5e85915e1d7c021a7 Mon Sep 17 00:00:00 2001 From: Filleo <84237718+flixm16@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:39:04 +0200 Subject: [PATCH] Update README.md small spelling error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48646d5..daaaf32 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Gemstone Gemstone is a programming language compiler (short: GSC) written in C based on flex and GNU bison. -Is uses LLVM to produce optimized native binaries for many platforms and uses its own builtin build system for more complex project management. +It uses LLVM to produce optimized native binaries for many platforms and uses its own builtin build system for more complex project management. ## Dependencies (build)