[ci skip] Fix small string typo in docs for ActiveRecord::AttributeMethods::Dirty

This commit is contained in:
Colin Knox 2023-11-27 12:53:26 -06:00
parent e85e574cd6
commit 55ab5d51fb

@ -14,7 +14,7 @@ module AttributeMethods
# class Person < ActiveRecord::Base
# end
#
# person = Person.create(name: "Alisson")
# person = Person.create(name: "Allison")
# person.changed? # => false
#
# Change the name: