minor: docs

This commit is contained in:
Kyle Banker 2010-12-15 14:15:49 -05:00
parent 6196c8728a
commit 70135a6b67
1 changed files with 1 additions and 2 deletions

View File

@ -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