From 4aaddaae9891a1cb145fe8bf116e8a6ae3d39902 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 3 Apr 2012 09:55:42 +0100 Subject: [PATCH] Fix documentation of connect() method so that it doesn't imply that it can accept options. --- lib/ZOOM.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM.pod b/lib/ZOOM.pod index 42f989e..adb8fb9 100644 --- a/lib/ZOOM.pod +++ b/lib/ZOOM.pod @@ -284,8 +284,8 @@ type C (see below), into which options may be set before or after the creation of the Connection. Alternatively and equivalently, C may be passed a list of key-value option pairs directly. The connection to the server may then be forged by -the C method, the arguments of which are the same as those -of the C constructor. +the C method, which accepts hostname and port arguments +like those of the C constructor. =head4 error_x() / errcode() / errmsg() / addinfo() / diagset() -- 1.7.10.4