Protocol dep update because I screwed up previous one

This commit is contained in:
Jakob Borg
2015-07-10 19:58:56 +10:00
parent d2e7a8004d
commit d16b04b683
2 changed files with 3 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ func NewConnection(deviceID DeviceID, reader io.Reader, writer io.Writer, receiv
return wireFormatConnection{&c}
}
// Start creates the goroutines for sending a receiving of messages. It must
// Start creates the goroutines for sending and receiving of messages. It must
// be called exactly once after creating a connection.
func (c *rawConnection) Start() {
go c.readerLoop()