Skip to content

Commit 3e0d165

Browse files
alecholmezjpeach
andauthored
Update pkg/server/sotw/v3/watches.go
Co-authored-by: James Peach <[email protected]>
1 parent b3cb79e commit 3e0d165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/server/sotw/v3/watches.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
type watches struct {
1414
responders map[string]*watch
1515

16-
// indexes is a list of indexes for each dynamic select case which match to a watch
16+
// cases is a dynamic select case for the watched channels.
1717
cases []reflect.SelectCase
1818
}
1919

0 commit comments

Comments
 (0)