From 8c803e3fd5a362a2d21c95fdd82991ecaab22f2a Mon Sep 17 00:00:00 2001 From: gsinclair Date: Tue, 21 Jan 2003 15:09:12 +0000 Subject: Very slight improvement to documentation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3389 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 1fc14e7db..c2792dedb 100644 --- a/lib/set.rb +++ b/lib/set.rb @@ -100,7 +100,7 @@ class Set self end - # Converts the set to an array. (the order is uncertain) + # Converts the set to an array. The order of elements is uncertain. def to_a @hash.keys end -- cgit