From 2ea4ed63955f6b6bd5ae58472a2628013717623a Mon Sep 17 00:00:00 2001 From: marcandre Date: Fri, 19 Apr 2013 16:36:42 +0000 Subject: * lib/matrix.rb: Fix typo in rdoc git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/matrix.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) -- cgit v1.2.3