We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbe908 commit 18db4b4Copy full SHA for 18db4b4
lib/mongo/collection.rb
@@ -1049,7 +1049,7 @@ def parallel_scan(cursor_count, options = {})
1049
# May be specified as a Hash (e.g. { _id: 1 }) or a String (e.g. "_id_").
1050
# @option options [ Hash ] :let Mapping of variables to use in the command.
1051
# See the server documentation for details.
1052
- # @option opts [ Hash ] :sort Specifies which document the operation
+ # @option options [ Hash ] :sort Specifies which document the operation
1053
# replaces if the query matches multiple documents. The first document
1054
# matched by the sort order will be replaced.
1055
# This option is only supported by servers >= 8.0. Older servers will
0 commit comments