Forgot a word in my edit

This commit is contained in:
JimmyBot 2017-07-16 09:18:47 -04:00 committed by GitHub
parent c3773351e5
commit 692eef8c5c

View File

@ -1,6 +1,6 @@
/*
`chat` package is a server-agnostic implementation of a chat interface, built
with the to be used 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.
@ -10,3 +10,4 @@ TODO: Add usage examples here.
*/
package chat