From fb91caeccf53afbf5d924da75a03e421a5d9186b Mon Sep 17 00:00:00 2001 From: Alex Bramley Date: Sun, 21 Aug 2011 13:57:47 +0100 Subject: [PATCH] Fix comment for Conn struct. --- client/connection.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/connection.go b/client/connection.go index a854389..3d2ffd5 100644 --- a/client/connection.go +++ b/client/connection.go @@ -15,8 +15,8 @@ const ( second = int64(1e9) ) -// An IRC connection is represented by this struct. Once connected, any errors -// encountered are piped down *Conn.Err; this channel is closed on disconnect. +// An IRC connection is represented by this struct. +// Once connected, any errors encountered are piped down *Conn.Err. type Conn struct { // Connection Hostname and Nickname Host string