From 99e6e75fc60ba3d28bdae42dabf7fe1936e33f9c Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 8 Mar 2026 20:16:55 +0000 Subject: [PATCH] Fix mistake in homepage --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 3e296e8..951219e 100644 --- a/Home.md +++ b/Home.md @@ -74,7 +74,7 @@ src/ └── uuid ``` -Each subdirectory living directly under the `src` directory acts as a self contained package. Some of these packages depend on other packages in the library, however, there is no need to know anything about these dependencies. The library relies on relative imports to ensure that all dependencies are resolved correctly. Each package comes with one header file and one source file that include all the dependencies. +Each subdirectory living directly under the `src` directory acts as a self contained package. Some of these packages depend on other packages in the library, however, there is no need to know anything about these dependencies. The library relies on relative includes to ensure that all dependencies are resolved correctly. Each package comes with one header file and one source file that include all the dependencies. ``` src/