From d6fd24db8e1c72830352828460099778357fffc1 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 8 Mar 2026 20:17:44 +0000 Subject: [PATCH] Fix grammatical error --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 951219e..067674e 100644 --- a/Home.md +++ b/Home.md @@ -99,5 +99,5 @@ src/ └── wapp.h ``` -You can basically include the header file and use source file and you would effectively be using that package. This also applies to the full library. If you include `wapp.h` and add `wapp.c` as part of your build step, you would be effectively using the whole library. This way, you don't even need to use any build systems. +You can basically include the header file and use the source file and you would effectively be using that package. This also applies to the full library. If you include `wapp.h` and add `wapp.c` as part of your build step, you would be effectively using the whole library. This way, you don't even need to use any build systems.