File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ module Config
8181 option :map_big_decimal_to_decimal128 , default : true
8282
8383 # Allow BSON::Decimal128 to be parsed and returned directly in
84- # field values. When BSON 5 is present and the this option is set to false
84+ # field values. When BSON 5 is present and this option is set to false
8585 # (the default), BSON::Decimal128 values in the database will be returned
8686 # as BigDecimal.
8787 #
@@ -97,7 +97,7 @@ module Config
9797 end
9898 end
9999
100- # Sets the async_query_executor for the application. By default the thread pool executor
100+ # Sets the async_query_executor for the application. By default, the thread pool executor
101101 # is set to `:immediate. Options are:
102102 #
103103 # - :immediate - Initializes a single +Concurrent::ImmediateExecutor+
You can’t perform that action at this time.
0 commit comments