summaryrefslogtreecommitdiff
path: root/lib/matrix.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/matrix.rb')
-rw-r--r--lib/matrix.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/matrix.rb b/lib/matrix.rb
index 9bda8855ce..f82ed65979 100644
--- a/lib/matrix.rb
+++ b/lib/matrix.rb
@@ -1759,7 +1759,7 @@ class Vector
end
#
- # Returns the cross product of this vector whit the other.
+ # Returns the cross product of this vector with the other.
# Vector[1, 0, 0].cross_product Vector[0, 1, 0] => Vector[0, 0, 1]
#
def cross_product(v)