Skip to content

Commit bfdf0ab

Browse files
authored
fixes typo (#6066)
1 parent 741ae8b commit bfdf0ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mongoid/config.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)