]> Cypherpunks repositories - gostls13.git/commitdiff
spec: fix a dead link
authoryaxum62 <yaxum62@gmail.com>
Thu, 2 Jan 2025 20:49:07 +0000 (20:49 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 3 Jan 2025 17:23:39 +0000 (09:23 -0800)
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>
doc/go_spec.html

index c6c4b30b04e279aad3488b4ae2e15f8c6d482867..ab90c420fd359c38d5ecd705f6d11e9a9ef71b01 100644 (file)
@@ -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>