* lib/matrix.rb: Fix typo in rdoc

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2013-04-19 16:36:42 +00:00
parent af58fd4452
commit 2ea4ed6395
1 changed files with 1 additions and 1 deletions

View File

@ -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)