lib/mongo/protocol/msg.rb in mongo-2.14.0 vs lib/mongo/protocol/msg.rb in mongo-2.14.1

- old
+ new

@@ -41,11 +41,11 @@ # # @example Create a OP_MSG wire protocol message # Msg.new([:more_to_come], {}, { ismaster: 1 }, # { type: 1, payload: { identifier: 'documents', sequence: [..] } }) # - # @param [ Array<Symbol> ] flags The flag bits. Current supported values - # are :more_to_come and :checksum_present. + # @param [ Array<Symbol> ] flags The flag bits. Currently supported + # values are :more_to_come and :checksum_present. # @param [ Hash ] options The options. # @param [ BSON::Document, Hash ] main_document The document that will # become the payload type 0 section. Can contain global args as they # are defined in the OP_MSG specification. # @param [ Protocol::Msg::Section1 ] sequences Zero or more payload type 1