From 871c9ee8733dddd2e312097157b65a66ef9919c3 Mon Sep 17 00:00:00 2001 From: Jim Menard Date: Wed, 14 Jan 2009 18:38:25 -0500 Subject: [PATCH] comment fix --- lib/mongo/mongo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mongo/mongo.rb b/lib/mongo/mongo.rb index 8ef3a16..06f9db7 100644 --- a/lib/mongo/mongo.rb +++ b/lib/mongo/mongo.rb @@ -28,7 +28,7 @@ module XGen # Either nodes_or_host is a host name string and port is an optional # port number that defaults to DEFAULT_PORT, or nodes_or_host is an # array of arrays, where each is a host/port pair (or a host with no - # port). Finally, if both args are nil then host is 'localhost' and + # port). Finally, if nodes_or_host is nil then host is 'localhost' and # port is DEFAULT_PORT. Since that's so confusing, here are a few # examples: #