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

ruby-changes:32733

From: hsbt <ko1@a...>
Date: Wed, 5 Feb 2014 09:33:41 +0900 (JST)
Subject: [ruby-changes:32733] hsbt:r44812 (trunk): * lib/set.rb: [DOC] Fix grammatical error by @bouk [fix GH-524]

hsbt	2014-02-05 09:33:38 +0900 (Wed, 05 Feb 2014)

  New Revision: 44812

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

  Log:
    * lib/set.rb: [DOC] Fix grammatical error by @bouk [fix GH-524]

  Modified files:
    trunk/lib/set.rb
Index: lib/set.rb
===================================================================
--- lib/set.rb	(revision 44811)
+++ lib/set.rb	(revision 44812)
@@ -541,7 +541,7 @@ class Set https://github.com/ruby/ruby/blob/trunk/lib/set.rb#L541
 end
 
 #
-# SortedSet implements a Set that guarantees that it's element are
+# SortedSet implements a Set that guarantees that its elements are
 # yielded in sorted order (according to the return values of their
 # #<=> methods) when iterating over them.
 #

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

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