We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7971457 commit 07381a9Copy full SHA for 07381a9
src/expressions/call-expr.md
@@ -5,7 +5,7 @@
5
> [_Expression_] `(` _CallParams_<sup>?</sup> `)`
6
>
7
> _CallParams_ :
8
-> [_Expression_] ( `,` ([_Expression_]) )<sup>\*</sup> `,`<sup>?</sup>
+> [_Expression_] ( `,` [_Expression_] )<sup>\*</sup> `,`<sup>?</sup>
9
10
A _call expression_ consists of an expression followed by a parenthesized
11
expression-list. It invokes a function, providing zero or more input variables.
0 commit comments