mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
af58fd4452
commit
2ea4ed6395
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue