mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-13 07:37:17 +03:00
docs: Typo and odd grammar fix (#240)
* Typo and odd grammar * Forgot a word in my edit
This commit is contained in:
parent
05597b3e6a
commit
2c1e5239c5
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user