minor: doc fix.

This commit is contained in:
Kyle Banker 2009-11-24 17:41:41 -05:00
parent 84267dfdbb
commit 5b5ee9e376
1 changed files with 10 additions and 10 deletions

View File

@ -53,7 +53,7 @@ module Mongo
# * a port number, in which case the server is "localhost", or # * a port number, in which case the server is "localhost", or
# * an array containing [server_name, port_number] # * an array containing [server_name, port_number]
# #
# === options # === Options
# #
# :slave_ok :: Defaults to +false+. Must be set to +true+ when connecting # :slave_ok :: Defaults to +false+. Must be set to +true+ when connecting
# to a single, slave node. # to a single, slave node.
@ -71,7 +71,7 @@ module Mongo
# to be released before throwing an exception. # to be released before throwing an exception.
# #
# #
# == Examples: # === Examples:
# #
# # localhost, 27017 # # localhost, 27017
# Connection.new # Connection.new