Commit 98a8e521 authored by Robert Griesemer's avatar Robert Griesemer

go/ast: improve documentation for channel directions

Fixes #22815.

Change-Id: Iaa54fa311bf2c0549a6316a0d51cc92425f5ba94
Reviewed-on: https://go-review.googlesource.com/80855Reviewed-by: default avatarDaniel Martí <mvdan@mvdan.cc>
Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 905b1c98
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment