From b38d16dad92d895acf4ecb8a872f6de508333a2c Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 5 Feb 2014 00:33:38 +0000 Subject: * 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 --- 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 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. # -- cgit v1.2.3