update docs

This commit is contained in:
aler9
2020-10-01 09:02:15 +02:00
parent 3e1947a8fa
commit 7a933fe8f1
4 changed files with 7 additions and 7 deletions

View File

@@ -38,10 +38,10 @@ func (sp StreamProtocol) String() string {
type StreamCast int
const (
// StreamUnicast means that the stream will be unicasted
// StreamUnicast means that the stream is unicasted
StreamUnicast StreamCast = iota
// StreamMulticast means that the stream will be multicasted
// StreamMulticast means that the stream is multicasted
StreamMulticast
)