minor: doc fix.
This commit is contained in:
parent
84267dfdbb
commit
5b5ee9e376
|
@ -53,7 +53,7 @@ module Mongo
|
|||
# * a port number, in which case the server is "localhost", or
|
||||
# * an array containing [server_name, port_number]
|
||||
#
|
||||
# === options
|
||||
# === Options
|
||||
#
|
||||
# :slave_ok :: Defaults to +false+. Must be set to +true+ when connecting
|
||||
# to a single, slave node.
|
||||
|
@ -71,7 +71,7 @@ module Mongo
|
|||
# to be released before throwing an exception.
|
||||
#
|
||||
#
|
||||
# == Examples:
|
||||
# === Examples:
|
||||
#
|
||||
# # localhost, 27017
|
||||
# Connection.new
|
||||
|
|
Loading…
Reference in New Issue