From ecf33043b850b422447102f118cbbabe323a8670 Mon Sep 17 00:00:00 2001 From: marcandre Date: Sun, 22 Feb 2015 20:22:31 +0000 Subject: * 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 --- lib/matrix.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matrix.rb b/lib/matrix.rb index fb98d09323..1f8f0589e1 100644 --- a/lib/matrix.rb +++ b/lib/matrix.rb @@ -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 -- cgit v1.2.3