From 4ab06e21deec3d80fb57b2ceb52e64c950988473 Mon Sep 17 00:00:00 2001 From: Joe Dupuis Date: Sat, 6 May 2023 17:34:45 -0700 Subject: [PATCH] Fix a code block in the Arel documentation `+?+` doesn't compile to a code block. --- activerecord/lib/arel.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/arel.rb b/activerecord/lib/arel.rb index 8057b5a7613..ecbde97e22d 100644 --- a/activerecord/lib/arel.rb +++ b/activerecord/lib/arel.rb @@ -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 ? 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