comment fix

This commit is contained in:
Jim Menard 2009-01-14 18:38:25 -05:00
parent c3d73e4151
commit 871c9ee873
1 changed files with 1 additions and 1 deletions

View File

@ -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:
#