Skip to content

Commit

Permalink
[ci skip] fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamaguchi.Tomoki committed Jul 15, 2016
1 parent 62514c5 commit 68d3596
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ def length
# Returns +true+ if the collection is empty. If the collection has been
# loaded it is equivalent
# to <tt>collection.size.zero?</tt>. If the collection has not been loaded,
# it is equivalent to <tt>collection.exists?</tt>. If the collection has
# it is equivalent to <tt>!collection.exists?</tt>. If the collection has
# not already been loaded and you are going to fetch the records anyway it
# is better to check <tt>collection.length.zero?</tt>.
#
Expand Down

0 comments on commit 68d3596

Please sign in to comment.