[ci skip] Fix typo in #any? RDoc

This commit is contained in:
Andrii Ponomarov 2015-07-17 21:03:49 -04:00
parent 0fedae636e
commit a8e11ff528

@ -781,7 +781,7 @@ def empty?
# person.pets.any? # => false
#
# person.pets << Pet.new(name: 'Snoop')
# person.pets.count # => 0
# person.pets.count # => 1
# person.pets.any? # => true
#
# You can also pass a +block+ to define criteria. The behavior