Skip to content

Commit

Permalink
Fix references tin text o check-expression
Browse files Browse the repository at this point in the history
Should refer to checking-expr
  • Loading branch information
jclark committed Mar 30, 2024
1 parent 2935acb commit 916a3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -6760,9 +6760,9 @@ <h3>Checking expression</h3>
Evaluates expression resulting in value v. If v has basic type error, then
</p>
<ul>
<li>if the checking-keyword is <code>check</code>, then the check-expression
<li>if the checking-keyword is <code>check</code>, then the checking-expr
completes abruptly with a check-fail with associated value v;</li>
<li>if the checking-keyword is <code>checkpanic</code>, then the check-expression
<li>if the checking-keyword is <code>checkpanic</code>, then the checking-expr
completes abruptly with a panic with associated value v.</li>
</ul>
<p>
Expand Down

0 comments on commit 916a3c3

Please sign in to comment.