Merge pull request #41512 from abhaynikam/fixes-typos-in-doc

Fixes typo in the async query executor documentation added in #41495 [ci skip]
This commit is contained in:
Ryuta Kamizono 2021-02-22 00:43:18 +09:00 committed by GitHub
commit 5f94ea0812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ module ActiveRecord
mattr_accessor :application_record_class, instance_accessor: false, default: nil
# Sets the async_query_executor for an application. By default the thread pool executor
# set to `:immediate. Options are:
# set to +:immediate+. Options are:
#
# * :immediate - Initializes a single +Concurrent::ImmediateExecutor+
# * :global_thread_pool - Initializes a single +Concurrent::ThreadPoolExecutor+