From 4d2d0a26afa00aaa77547a4a02d0e82a4d69ba5e Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Mon, 3 Jan 2011 14:06:41 -0500 Subject: [PATCH] minor: docs --- lib/mongo/connection.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/mongo/connection.rb b/lib/mongo/connection.rb index 186521f..9b7127a 100644 --- a/lib/mongo/connection.rb +++ b/lib/mongo/connection.rb @@ -518,7 +518,6 @@ module Mongo protected # Generic initialization code. - # @protected def setup(options) # Authentication objects @auths = options.fetch(:auths, []) @@ -692,7 +691,7 @@ module Mongo # # Note: this method modifies message by reference. # - # @returns [Integer] the request id used in the header + # @return [Integer] the request id used in the header def add_message_headers(message, operation) headers = [ # Message size.