From 81c4befb1ea66f43ada2aa90dfe7c87cac2bb383 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Tue, 5 Jul 2011 21:58:09 +0200 Subject: [PATCH] docs --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index a6b40052..2b1df26d 100644 --- a/client.go +++ b/client.go @@ -190,7 +190,7 @@ func (c *Client) Do(m *Msg, a string) { } // Perform an synchronous query. Send the message m to the address -// contained in a +// contained in a and wait for an reply. func (c *Client) Exchange(m *Msg, a string) *Msg { w := new(reply) w.client = c