Skip to content

Commit 3bd8914

Browse files
committed
Change call_expr to call_expression
1 parent fe9b7c8 commit 3bd8914

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wgsl/index.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ Issue: [#3689](https://github.com/gpuweb/gpuweb/issues/3689) Refine range diagno
582582
</div>
583583

584584
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.
586586
It is spelled like the attribute form, but without the leading `@` (U+0040) codepoint, and with a terminating semicolon.
587587

588588
<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:
68106810

68116811
| [=syntax/ident=]
68126812

6813-
| [=syntax/attribute=] * [=syntax/call_expr=]
6813+
| [=syntax/attribute=] * [=syntax/call_expression=]
68146814

68156815
| [=syntax/literal=]
68166816

@@ -6819,11 +6819,11 @@ When an identifier is used as a [=syntax/callable=] item, it is one of:
68196819
| [=syntax/bitcast=] [=syntax/less_than=] [=syntax/type_specifier=] [=syntax/greater_than=] [=syntax/paren_expression=]
68206820
</div>
68216821
<div class='syntax' noexport='true'>
6822-
<dfn for=syntax>call_expr</dfn> :
6822+
<dfn for=syntax>call_expression</dfn> :
68236823

68246824
| [=syntax/call_phrase=]
68256825
</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.
68276827
<div class='syntax' noexport='true'>
68286828
<dfn for=syntax>call_phrase</dfn> :
68296829

0 commit comments

Comments
 (0)