diff --git a/manual.md b/manual.md index e2c0712d..f5340f0f 100644 --- a/manual.md +++ b/manual.md @@ -217,7 +217,7 @@ GLM relies on C++ templates heavily, and may significantly increase compilation #include // mat4, dmat4 #include // all the GLSL common functions: abs, min, mix, isnan, fma, etc. #include // all the GLSL exponential functions: pow, log, exp2, sqrt, etc. -#include // all the GLSL geometry functions: dot, cross, reflect, etc. +#include // all the GLSL geometry functions: dot, cross, reflect, etc. #include // all the GLSL integer functions: findMSB, bitfieldExtract, etc. #include // all the GLSL matrix functions: transpose, inverse, etc. #include // all the GLSL packing functions: packUnorm4x8, unpackHalf2x16, etc.