@@ -582,7 +582,7 @@ Issue: [#3689](https://github.com/gpuweb/gpuweb/issues/3689) Refine range diagno
582
582
</div>
583
583
584
584
A <dfn noexport>global diagnostic filter</dfn> is a diagnostic filter whose [=affected range=] is the whole WGSL program.
585
- It is a [=directive=], thus appearing before any [=module-scope=] declarations.
585
+ It is a [=directive=], thus appearing before any [=module scope|module -scope=] declarations.
586
586
It is spelled like the attribute form, but without the leading `@` (U+0040) codepoint, and with a terminating semicolon.
587
587
588
588
<div class='example wgsl global-scope' heading='Global diagnostic filter for derivative uniformity'>
@@ -6810,7 +6810,7 @@ When an identifier is used as a [=syntax/callable=] item, it is one of:
6810
6810
6811
6811
| [=syntax/ident=]
6812
6812
6813
- | [=syntax/attribute=] * [=syntax/call_expr =]
6813
+ | [=syntax/attribute=] * [=syntax/call_expression =]
6814
6814
6815
6815
| [=syntax/literal=]
6816
6816
@@ -6819,11 +6819,11 @@ When an identifier is used as a [=syntax/callable=] item, it is one of:
6819
6819
| [=syntax/bitcast=] [=syntax/less_than=] [=syntax/type_specifier=] [=syntax/greater_than=] [=syntax/paren_expression=]
6820
6820
</div>
6821
6821
<div class='syntax' noexport='true'>
6822
- <dfn for=syntax>call_expr </dfn> :
6822
+ <dfn for=syntax>call_expression </dfn> :
6823
6823
6824
6824
| [=syntax/call_phrase=]
6825
6825
</div>
6826
- Note: The [=syntax/call_expr =] rule exists to ensure [=type checking=] applies to the call expression.
6826
+ Note: The [=syntax/call_expression =] rule exists to ensure [=type checking=] applies to the call expression.
6827
6827
<div class='syntax' noexport='true'>
6828
6828
<dfn for=syntax>call_phrase</dfn> :
6829
6829
0 commit comments