Skip to content

Commit 0c5edcc

Browse files
Merge pull request rails#50184 from knodi/dirty_typo
Fix small string typo in docs for ActiveRecord Dirty [ci-skip]
2 parents e85e574 + 55ab5d5 commit 0c5edcc

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)