Skip to content

Commit d610c17

Browse files
committed
Fix markup typo for attributes_for_inspect [ci-skip]
1 parent 21ac145 commit d610c17

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def self.configurations
112112
# Post.attributes_for_inspect = [:id, :title]
113113
# Post.first.inspect #=> "#<Post id: 1, title: "Hello, World!">"
114114
#
115-
# When set to `:all` inspect will list all the record's attributes:
115+
# When set to +:all+ inspect will list all the record's attributes:
116116
#
117117
# Post.attributes_for_inspect = :all
118118
# Post.first.inspect #=> "#<Post id: 1, title: "Hello, World!", published_at: "2023-10-23 14:28:11 +0000">"

0 commit comments

Comments
 (0)