[前][次][番号順一覧][スレッド一覧]

ruby-changes:37610

From: marcandre <ko1@a...>
Date: Mon, 23 Feb 2015 05:22:43 +0900 (JST)
Subject: [ruby-changes:37610] marcandRe: r49691 (trunk): * lib/matrix.rb: [Doc] Fix Vector multiplication documentation [ci-skip]

marcandre	2015-02-23 05:22:31 +0900 (Mon, 23 Feb 2015)

  New Revision: 49691

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49691

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

  Modified files:
    trunk/lib/matrix.rb
Index: lib/matrix.rb
===================================================================
--- lib/matrix.rb	(revision 49690)
+++ lib/matrix.rb	(revision 49691)
@@ -1907,7 +1907,7 @@ class Vector https://github.com/ruby/ruby/blob/trunk/lib/matrix.rb#L1907
   #++
 
   #
-  # 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]