lib/mongo/operation/write/insert.rb in mongo-2.0.0.beta vs lib/mongo/operation/write/insert.rb in mongo-2.0.0.rc
- old
+ new
@@ -46,10 +46,10 @@
# Execute the insert 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 operation result.
#
# @since 2.0.0
def execute(context)