From 61d91a3b6828095bc5da5a72dae9ed6544cc9c67 Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 25 Mar 2024 09:28:20 -0700 Subject: [PATCH] fix copypasta in vec4.lengthen --- src/vec4-impl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vec4-impl.ts b/src/vec4-impl.ts index aefa236..f738e55 100644 --- a/src/vec4-impl.ts +++ b/src/vec4-impl.ts @@ -637,7 +637,7 @@ export function transformMat4(v: Vec4, m: Mat4, dst?: Vec4): Vec4 { /** * Treat a 4D vector as a direction and set it's length * - * @param a The vec3 to lengthen + * @param a The vec4 to lengthen * @param len The length of the resulting vector * @returns The lengthened vector */