diff --git a/src/raymath.h b/src/raymath.h index 71504fb72..1e526fd30 100644 --- a/src/raymath.h +++ b/src/raymath.h @@ -24,7 +24,7 @@ * or source files without problems. But only ONE file should hold the implementation * * #define RAYMATH_STATIC_INLINE -* Define static inline constexpr functions code, so #include header suffices for use +* Define static inline functions code, so #include header suffices for use * This may use up lots of memory * * #define RAYMATH_DISABLE_CPP_OPERATORS