Skip to content

Commit

Permalink
Update manual.md
Browse files Browse the repository at this point in the history
Fixed spelling errors in part 1.1 of manual:
"thought" to "through"
"separated" to "separate"
  • Loading branch information
Brumus14 authored and christophe-lunarg committed Dec 27, 2023
1 parent 5700afb commit 7882684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ GLM is a header-only library, and thus does not need to be compiled. We can use
#include <glm/glm.hpp>
```

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
Expand Down

0 comments on commit 7882684

Please sign in to comment.