summaryrefslogtreecommitdiff
path: root/lib/set.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/set.rb')
-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