* 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
Родитель c1c9bcfd03
Коммит ecf33043b8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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