From 7882684a2cd69005fb57001c17a332899621e2be Mon Sep 17 00:00:00 2001 From: Brumus14 <57995669+Brumus14@users.noreply.github.com> Date: Wed, 27 Dec 2023 02:47:08 +0000 Subject: [PATCH] Update manual.md Fixed spelling errors in part 1.1 of manual: "thought" to "through" "separated" to "separate" --- manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual.md b/manual.md index 35133985..5b93d0e2 100644 --- a/manual.md +++ b/manual.md @@ -180,7 +180,7 @@ GLM is a header-only library, and thus does not need to be compiled. We can use #include ``` -To extend the feature set supported by GLM and keeping the library as close to GLSL as possible, new features are implemented as extensions that can be included thought a separated header: +To extend the feature set supported by GLM and keeping the library as close to GLSL as possible, new features are implemented as extensions that can be included through a separate header: ```cpp // Include all GLM core / GLSL features