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

ruby-changes:35866

From: kazu <ko1@a...>
Date: Wed, 15 Oct 2014 23:13:08 +0900 (JST)
Subject: [ruby-changes:35866] kazu:r47948 (trunk): fix typos [ci skip]

kazu	2014-10-15 23:12:57 +0900 (Wed, 15 Oct 2014)

  New Revision: 47948

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

  Log:
    fix typos [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 47947)
+++ ChangeLog	(revision 47948)
@@ -31,9 +31,9 @@ Wed Oct 15 12:26:58 2014  Tanaka Akira https://github.com/ruby/ruby/blob/trunk/ChangeLog#L31
 Wed Oct 15 07:21:09 2014  Tanaka Akira  <akr@f...>
 
 	* enum.c: min(n) drops elements bigger than the n-th maximum element.
-	  (struct nmin_data): New field to record the n-th maximumelement, limit
+	  (struct nmin_data): New field to record the n-th maximum element, limit
 	  (nmin_filter): Update limit field.
-	  (nmin_i): Drop too big eleents.
+	  (nmin_i): Drop too big elements.
 	  (nmin_run): Initialize limit field.
 
 Wed Oct 15 07:00:14 2014  Eric Wong  <e@8...>

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

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