aboutsummaryrefslogtreecommitdiffstats
path: root/lib/matrix.rb
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-19 16:36:42 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-19 16:36:42 +0000
commit2ea4ed63955f6b6bd5ae58472a2628013717623a (patch)
tree502f592ccb7571c030a1061facc60fd372cfa8b3 /lib/matrix.rb
parentaf58fd445270052fbf24960e7ba627b84a1249a2 (diff)
downloadruby-2ea4ed63955f6b6bd5ae58472a2628013717623a.tar.gz
* lib/matrix.rb: Fix typo in rdoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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)