fix doc typo

This commit is contained in:
Colby Klein 2022-04-30 11:27:50 -07:00
parent 6babc92c2b
commit 53a3d0c7de

View File

@ -120,7 +120,7 @@ function vec3.mul(a, b)
)
end
--- Divide a vector by a scalar.
--- Divide a vector by another.
-- Component-wise inv multiplication. Like a non-uniform scale().
-- @tparam vec3 a Left hand operand
-- @tparam vec3 b Right hand operand