From c3773351e5836ee529b07c197f6c047deecdd683 Mon Sep 17 00:00:00 2001 From: JimmyBot Date: Sun, 16 Jul 2017 09:16:39 -0400 Subject: [PATCH] Typo and odd grammar --- chat/doc.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chat/doc.go b/chat/doc.go index 22760e7..f39f1eb 100644 --- a/chat/doc.go +++ b/chat/doc.go @@ -1,7 +1,6 @@ /* `chat` package is a server-agnostic implementation of a chat interface, built -with the intention of using with the intention of using as the backend for -ssh-chat. +with the to be used as the backend for ssh-chat. This package should not know anything about sockets. It should expose io-style interfaces and rooms for communicating with any method of transnport.