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:
parent
c1c9bcfd03
commit
ecf33043b8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue