fix comment

This commit is contained in:
Ethan Buchman 2018-06-26 17:42:00 -04:00
parent bc35c72952
commit cc4f2541c5
1 changed files with 14 additions and 15 deletions

View File

@ -14,7 +14,6 @@ Developers can create messages by implementing the `Msg` interface:
```go
type Msg interface {
// Return the message type.
// Must be alphanumeric or empty.
// Must correspond to name of message handler (XXX).