Skip to content

Commit f284437

Browse files
committed
Fixes typo in the async query executor documentation added in rails#41495 [ci skip]
1 parent bf59418 commit f284437

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
@@ -158,7 +158,7 @@ def self.configurations
158158
mattr_accessor :application_record_class, instance_accessor: false, default: nil
159159

160160
# Sets the async_query_executor for an application. By default the thread pool executor
161-
# set to `:immediate. Options are:
161+
# set to +:immediate+. Options are:
162162
#
163163
# * :immediate - Initializes a single +Concurrent::ImmediateExecutor+
164164
# * :global_thread_pool - Initializes a single +Concurrent::ThreadPoolExecutor+

0 commit comments

Comments
 (0)