From: yaxum62 Date: Thu, 2 Jan 2025 20:49:07 +0000 (+0000) Subject: spec: fix a dead link X-Git-Tag: go1.24rc2~6^2~24 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5d626c49ec0b43c1703d16967f0351eae13e7cb8;p=gostls13.git 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 Auto-Submit: Jorropo Reviewed-by: Jorropo LUCI-TryBot-Result: Go LUCI Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go_spec.html b/doc/go_spec.html index c6c4b30b04..ab90c420fd 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -5906,7 +5906,7 @@ Otherwise, when evaluating the operands of an expression, assignment, or return statement, all function calls, method calls, -receive operations, +receive operations, and binary logical operations are evaluated in lexical left-to-right order.