Skip to content

Commit 18db4b4

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

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
@@ -1049,7 +1049,7 @@ def parallel_scan(cursor_count, options = {})
10491049
# May be specified as a Hash (e.g. { _id: 1 }) or a String (e.g. "_id_").
10501050
# @option options [ Hash ] :let Mapping of variables to use in the command.
10511051
# See the server documentation for details.
1052-
# @option opts [ Hash ] :sort Specifies which document the operation
1052+
# @option options [ Hash ] :sort Specifies which document the operation
10531053
# replaces if the query matches multiple documents. The first document
10541054
# matched by the sort order will be replaced.
10551055
# This option is only supported by servers >= 8.0. Older servers will

0 commit comments

Comments
 (0)