Skip to content

Commit 61d91a3

Browse files
committed
fix copypasta in vec4.lengthen
1 parent 543327f commit 61d91a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vec4-impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ export function transformMat4(v: Vec4, m: Mat4, dst?: Vec4): Vec4 {
637637
/**
638638
* Treat a 4D vector as a direction and set it's length
639639
*
640-
* @param a The vec3 to lengthen
640+
* @param a The vec4 to lengthen
641641
* @param len The length of the resulting vector
642642
* @returns The lengthened vector
643643
*/

0 commit comments

Comments
 (0)