mirror of
https://github.com/golang/go.git
synced 2026-02-01 16:42:04 +03:00
spec: fix a dead link
Change-Id: If99aa8073cc0e7fe36d3775c635eaaab230fcd04
GitHub-Last-Rev: 06dbd990c7
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user