Fix a code block in the Arel documentation

`+?+` doesn't compile to a code block.
This commit is contained in:
Joe Dupuis 2023-05-06 17:34:45 -07:00
parent 6d452aa226
commit 4ab06e21de
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ module Arel
# for more information.
#
# To construct a more complex query fragment, including the possible
# use of user-provided values, the +sql_string+ may contain +?+ and
# use of user-provided values, the +sql_string+ may contain <tt>?</tt> and
# +:key+ placeholders, corresponding to the additional arguments. Note
# that this behavior only applies when bind value parameters are
# supplied in the call; without them, the placeholder tokens have no