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.