From d950ffe5f5372db2dd975785ea2e123917b38b36 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 31 Jul 2013 05:58:09 +0000 Subject: Use the term "sorted" instead "ordered" when mentioning SortSet. * lib/set.rb: [DOC] Use the term "sorted" instead "ordered" when mentioning SortSet. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/set.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/set.rb b/lib/set.rb index aec22ef4fe..2e28b027ba 100644 --- a/lib/set.rb +++ b/lib/set.rb @@ -15,7 +15,7 @@ # This library provides the Set class, which deals with a collection # of unordered values with no duplicates. It is a hybrid of Array's # intuitive inter-operation facilities and Hash's fast lookup. If you -# need to keep values ordered, use the SortedSet class. +# need to keep values sorted in some order, use the SortedSet class. # # The method +to_set+ is added to Enumerable for convenience. # -- cgit v1.2.3