Grammar fixes

This commit is contained in:
Zoltán Papp
2024-08-06 17:25:32 +02:00
parent ad75c9f31a
commit f08bf93b19
3 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ func (isf *internalStopFlag) isSet() bool {
return isf.stop
}
// Msg carry the payload from the server to the client. With this sturct, the net.Conn can free the buffer.
// Msg carry the payload from the server to the client. With this struct, the net.Conn can free the buffer.
type Msg struct {
Payload []byte