mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 05:25:02 +00:00
Update manual.md
Fixed spelling errors in part 1.1 of manual: "thought" to "through" "separated" to "separate"
This commit is contained in:
parent
5700afbbf8
commit
5ea189af39
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue