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

ruby-changes:28330

From: marcandre <ko1@a...>
Date: Sat, 20 Apr 2013 01:36:53 +0900 (JST)
Subject: [ruby-changes:28330] marcandRe: r40382 (trunk): * lib/matrix.rb: Fix typo in rdoc

marcandre	2013-04-20 01:36:42 +0900 (Sat, 20 Apr 2013)

  New Revision: 40382

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

  Log:
    * lib/matrix.rb: Fix typo in rdoc

  Modified files:
    trunk/lib/matrix.rb

Index: lib/matrix.rb
===================================================================
--- lib/matrix.rb	(revision 40381)
+++ lib/matrix.rb	(revision 40382)
@@ -1759,7 +1759,7 @@ class Vector https://github.com/ruby/ruby/blob/trunk/lib/matrix.rb#L1759
   end
 
   #
-  # Returns the cross product of this vector whit the other.
+  # Returns the cross product of this vector with the other.
   #   Vector[1, 0, 0].cross_product Vector[0, 1, 0]   => Vector[0, 0, 1]
   #
   def cross_product(v)

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

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