fix doc typo

This commit is contained in:
Colby Klein 2022-04-30 11:31:54 -07:00
parent 3a9951d4b1
commit 6c7c929c38

View File

@ -107,7 +107,7 @@ function vec3.sub(a, b)
)
end
--- Multiply a vector by another vectorr.
--- Multiply a vector by another vector.
-- Component-wise multiplication not matrix multiplication.
-- @tparam vec3 a Left hand operand
-- @tparam vec3 b Right hand operand