formatting fix

This commit is contained in:
Tyler Brock 2012-01-17 19:37:15 -05:00
parent 9a39987737
commit 4a35bf1ccb
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ module Mongo
:journal => "must be 'true' or 'false'",
:connectTimeoutMS => "must be an integer specifying milliseconds a connection can take to be opened before timing out",
:socketTimeoutMS => "must be an integer specifying milliseconds a send or receive on a socket can take before timing out",
:wtimeoutMS => "must be an integer specifying milliseconds a send or receive on a socket can take before timing out"
:wtimeoutMS => "must be an integer specifying milliseconds a send or receive on a socket can take before timing out"
}
OPT_CONV = {:connect => lambda {|arg| arg},