1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/matrix.rb: [Doc] Fix Vector multiplication documentation [ci-skip]

[Fixes GH-837]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2015-02-22 20:22:31 +00:00
parent c1c9bcfd03
commit ecf33043b8

View file

@ -1907,7 +1907,7 @@ class Vector
#++
#
# Multiplies the vector by +x+, where +x+ is a number or another vector.
# Multiplies the vector by +x+, where +x+ is a number or a matrix.
#
def *(x)
case x