Skip to content

Commit

Permalink
Merge pull request #13219 from robin850/patch-11
Browse files Browse the repository at this point in the history
Very tiny typo fix [ci skip]
  • Loading branch information
chancancode committed Dec 6, 2013
2 parents a220b15 + 8cfab46 commit dd59228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/enum.rb
Expand Up @@ -35,7 +35,7 @@ module ActiveRecord
#
# Note that when an +Array+ is used, the implicit mapping from the values to database
# integers is derived from the order the values appear in the array. In the example,
# <tt>:active</tt> is mapped to +0+ as it's the first elemet, and <tt>:archived</tt>
# <tt>:active</tt> is mapped to +0+ as it's the first element, and <tt>:archived</tt>
# is mapped to +1+. In general, the +i+-th element is mapped to <tt>i-1</tt> in the
# database.
#
Expand Down

0 comments on commit dd59228

Please sign in to comment.