Fix dead link

This commit is contained in:
yaxum62 2025-01-01 21:50:27 -08:00
parent d1d9312950
commit 06dbd990c7
1 changed files with 1 additions and 1 deletions

View 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>