From 2c1e5239c53acf7a685d87082c4e9115a959969d Mon Sep 17 00:00:00 2001 From: JimmyBot Date: Sun, 16 Jul 2017 10:47:45 -0400 Subject: [PATCH] docs: Typo and odd grammar fix (#240) * Typo and odd grammar * Forgot a word in my edit --- chat/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chat/doc.go b/chat/doc.go index 22760e7..a3fc008 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. +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. @@ -11,3 +10,4 @@ TODO: Add usage examples here. */ package chat +