Skip to content

Commit 55ab5d5

Browse files
committed
[ci skip] Fix small string typo in docs for ActiveRecord::AttributeMethods::Dirty
1 parent e85e574 commit 55ab5d5

File tree

1 file changed

+1
-1
lines changed
  • activerecord/lib/active_record/attribute_methods

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/attribute_methods/dirty.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module AttributeMethods
1414
# class Person < ActiveRecord::Base
1515
# end
1616
#
17-
# person = Person.create(name: "Alisson")
17+
# person = Person.create(name: "Allison")
1818
# person.changed? # => false
1919
#
2020
# Change the name:

0 commit comments

Comments
 (0)