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
|
# * 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
|
||||||
|
|
Loading…
Reference in New Issue