Typo and odd grammar

This commit is contained in:
JimmyBot 2017-07-16 09:16:39 -04:00 committed by GitHub
parent 05597b3e6a
commit c3773351e5

View File

@ -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.