Fix comment

This commit is contained in:
Leonid Bugaev
2021-05-02 21:17:26 +03:00
parent fcad7155f2
commit c641e62786
+1 -1
View File
@@ -432,7 +432,7 @@ func CheckChunked(buf []byte) (chunkEnd int, full bool) {
return
}
// Message is an interface used to provide protocol state or store dummy data for future use
// ProtocolStateSetter is an interface used to provide protocol state for future use
type ProtocolStateSetter interface {
SetProtocolState(interface{})
ProtocolState() interface{}