* 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
This commit is contained in:
hsbt 2014-02-05 00:33:38 +00:00
Родитель bfda9402a9
Коммит b38d16dad9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.
#