From 70135a6b678bfa1dbab05f471795b6656e515f64 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Wed, 15 Dec 2010 14:15:49 -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 6212d50..094f996 100644 --- a/lib/mongo/connection.rb +++ b/lib/mongo/connection.rb @@ -45,8 +45,7 @@ module Mongo # You may specify whether connection to slave is permitted. # In all cases, the default host is "localhost" and the default port is 27017. # - # To specify more than one host pair to be used as seeds in a replica set, - # use Connection.multi. + # If you're connecting to a replica set, you'll need to use ReplSetConnection.new instead. # # Once connected to a replica set, you can find out which nodes are primary, secondary, and # arbiters with the corresponding accessors: Connection#primary, Connection#secondaries, and