mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
spec: fix a dead link
Change-Id: If99aa8073cc0e7fe36d3775c635eaaab230fcd04 GitHub-Last-Rev: 06dbd990c72ee0e9c08254addd5ce669bfbe1883 GitHub-Pull-Request: golang/go#71083 Reviewed-on: https://go-review.googlesource.com/c/go/+/638638 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Jorropo <jorropo.pgm@gmail.com> Reviewed-by: Jorropo <jorropo.pgm@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
81566aff3a
commit
5d626c49ec
@ -5906,7 +5906,7 @@ Otherwise, when evaluating the <a href="#Operands">operands</a> of an
|
||||
expression, assignment, or
|
||||
<a href="#Return_statements">return statement</a>,
|
||||
all function calls, method calls,
|
||||
<a href="#Receive operator">receive operations</a>,
|
||||
<a href="#Receive_operator">receive operations</a>,
|
||||
and <a href="#Logical_operators">binary logical operations</a>
|
||||
are evaluated in lexical left-to-right order.
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user