Fix update_all API doc [ci-skip]

Multi-line list items must be indented, and inline code must be quoted
using `+` or `<tt>`.  (RDoc does not support backticks.)
This commit is contained in:
Jonathan Hefner 2022-07-26 10:38:37 -05:00
parent 5e3d064630
commit e2d9747123

@ -449,7 +449,7 @@ def _exec_scope(...) # :nodoc:
# ==== Parameters
#
# * +updates+ - A string, array, or hash representing the SET part of an SQL statement. Any strings provided will
# be type cast, unless you use `Arel.sql`. (Don't pass user-provided values to `Arel.sql`.)
# be type cast, unless you use +Arel.sql+. (Don't pass user-provided values to +Arel.sql+.)
#
# ==== Examples
#