diff --git a/activerecord/lib/active_record/core.rb b/activerecord/lib/active_record/core.rb index ed3089efa50b6..e1cbfecc4f50e 100644 --- a/activerecord/lib/active_record/core.rb +++ b/activerecord/lib/active_record/core.rb @@ -112,7 +112,7 @@ def self.configurations # Post.attributes_for_inspect = [:id, :title] # Post.first.inspect #=> "#" # - # When set to `:all` inspect will list all the record's attributes: + # When set to +:all+ inspect will list all the record's attributes: # # Post.attributes_for_inspect = :all # Post.first.inspect #=> "#"