summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-05 00:33:38 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-05 00:33:38 +0000
commitb38d16dad92d895acf4ecb8a872f6de508333a2c (patch)
tree1c91a1173683432da78cc9fcc27690670bc8bee2 /lib
parentbfda9402a9493da4e86108a50d195a1759422553 (diff)
* lib/set.rb: [DOC] Fix grammatical error by @bouk [fix GH-524]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44812 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 3aebb89376..0d9870ccd7 100644
--- a/lib/set.rb
+++ b/lib/set.rb
@@ -541,7 +541,7 @@ class Set
end
#
-# SortedSet implements a Set that guarantees that it's element are
+# SortedSet implements a Set that guarantees that its elements are
# yielded in sorted order (according to the return values of their
# #<=> methods) when iterating over them.
#