Skip to content

Commit b976f00

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 18db4b4 commit b976f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo/collection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ def update_many(filter, update, options = {})
11201120
# May be specified as a Hash (e.g. { _id: 1 }) or a String (e.g. "_id_").
11211121
# @option options [ Hash ] :let Mapping of variables to use in the command.
11221122
# See the server documentation for details.
1123-
# @option opts [ Hash ] :sort Specifies which document the operation
1123+
# @option options [ Hash ] :sort Specifies which document the operation
11241124
# updates if the query matches multiple documents. The first document
11251125
# matched by the sort order will be updated.
11261126
# This option is only supported by servers >= 8.0. Older servers will

0 commit comments

Comments
 (0)