From 4a35bf1ccbff569779b33b2a007b35e104dfe1a9 Mon Sep 17 00:00:00 2001 From: Tyler Brock Date: Tue, 17 Jan 2012 19:37:15 -0500 Subject: [PATCH] formatting fix --- lib/mongo/util/uri_parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mongo/util/uri_parser.rb b/lib/mongo/util/uri_parser.rb index d9c0715..1e4283d 100644 --- a/lib/mongo/util/uri_parser.rb +++ b/lib/mongo/util/uri_parser.rb @@ -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},