mirror of
https://github.com/golang/go
synced 2024-11-19 11:44:45 -07:00
go/ast: improve documentation for channel directions
Fixes #22815. Change-Id: Iaa54fa311bf2c0549a6316a0d51cc92425f5ba94 Reviewed-on: https://go-review.googlesource.com/80855 Reviewed-by: Daniel Martí <mvdan@mvdan.cc> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
905b1c9804
commit
98a8e52149
@ -356,8 +356,8 @@ type (
|
||||
}
|
||||
)
|
||||
|
||||
// The direction of a channel type is indicated by one
|
||||
// of the following constants.
|
||||
// The direction of a channel type is indicated by a bit
|
||||
// mask including one or both of the following constants.
|
||||
//
|
||||
type ChanDir int
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user