Commit 132d2f11 authored by Rob Pike's avatar Rob Pike

spec: delete erroneous word 'pointer' in specification of select.

R=gri
CC=golang-dev
https://golang.org/cl/1960044
parent 5b0c317c
......@@ -4056,7 +4056,7 @@ RecvExpr = [ Expression ( "=" | ":=" ) ] "<-" Expression .
For all the send and receive expressions in the "select"
statement, the channel expressions are evaluated in top-to-bottom order, along with
any expressions that appear on the right hand side of send expressions.
A channel pointer may be <code>nil</code>,
A channel may be <code>nil</code>,
which is equivalent to that case not
being present in the select statement
except, if a send, its expression is still evaluated.
......
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