File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def comment(comment = nil)
122122 # command to run.
123123 # @option opts [ Hash ] :read The read preference options.
124124 # @option opts [ Hash ] :collation The collation to use.
125- # @options opts [ Mongo::Session ] :session The session to use for the operation.
125+ # @option opts [ Mongo::Session ] :session The session to use for the operation.
126126 #
127127 # @return [ Integer ] The document count.
128128 #
Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ module Event
2424 # When a server is elected primary.
2525 #
2626 # @since 2.0.0
27- #
28- # @deprecated. Will be removed in 3.0
27+ # @deprecated Will be removed in 3.0
2928 PRIMARY_ELECTED = 'primary_elected' . freeze
3029
3130 # When a server is discovered to be a member of a topology.
You can’t perform that action at this time.
0 commit comments