lib/mongo/operation/write/drop_index.rb in mongo-2.0.0.beta vs lib/mongo/operation/write/drop_index.rb in mongo-2.0.0.rc
- old
+ new
@@ -40,10 +40,10 @@
# Execute the drop index operation.
#
# @example Execute the operation.
# operation.execute(context)
#
- # @params [ Mongo::Server::Context ] The context for this operation.
+ # @param [ Mongo::Server::Context ] context The context for this operation.
#
# @return [ Result ] The result of the operation.
#
# @since 2.0.0
def execute(context)