From 3f3ad7e4d5ed4366ec1cf7a68df39c83a2916b04 Mon Sep 17 00:00:00 2001 From: gsinclair Date: Tue, 21 Jan 2003 15:09:12 +0000 Subject: [PATCH] Very slight improvement to documentation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/set.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/set.rb b/lib/set.rb index 1fc14e7db2..c2792dedb1 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