From 34be88a62c437856ee79cfc8ca00548055cdd298 Mon Sep 17 00:00:00 2001 From: Michael Aganier Date: Tue, 13 Jan 2026 13:10:31 -0500 Subject: [PATCH] Typo --- vecmath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vecmath.h b/vecmath.h index 8724700..3345a7f 100644 --- a/vecmath.h +++ b/vecmath.h @@ -381,7 +381,7 @@ Element-wise functions ---------------------- There is a large number of functions defined for every type, that perform -element-wise calculations. Here are their declarations for the vect2_t +element-wise calculations. Here are their declarations for the vec2_t type, but the naming is consistent for all other types (both vector and matrix types):