summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgsinclair <gsinclair@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-21 15:09:12 +0000
committergsinclair <gsinclair@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-21 15:09:12 +0000
commit3f3ad7e4d5ed4366ec1cf7a68df39c83a2916b04 (patch)
tree6d7574d2eb578eaa658d7444adaad6e62f249ddc /lib
parenta443067ba2dec25185260857bdb22c5637e263c9 (diff)
Very slight improvement to documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/set.rb2
1 files changed, 1 insertions, 1 deletions
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