Skip to content

Commit ecb1d66

Browse files
Replace backticks with RDoc markup [ci-skip]
Follow-up to rails#50482. RDoc does not support backticks the way that Markdown does. Instead, inline code must be wrapped with `+` or `<tt>`.
1 parent e0ae038 commit ecb1d66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activerecord/lib/active_record/relation.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ def find_or_initialize_by(attributes, &block)
300300
# Note that this method actually runs the queries, since the results of some
301301
# are needed by the next ones when eager loading is going on.
302302
#
303-
# To run EXPLAIN on queries created by `first`, `pluck` and `count`, call
304-
# these methods on `explain`:
303+
# To run EXPLAIN on queries created by +first+, +pluck+ and +count+, call
304+
# these methods on +explain+:
305305
#
306306
# User.all.explain.count
307307
# # EXPLAIN SELECT COUNT(*) FROM `users`

0 commit comments

Comments
 (0)