Skip to content

Commit

Permalink
Update language-constructs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
qknight committed May 30, 2016
1 parent 8ce96be commit 659a3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/expressions/language-constructs.xml
Expand Up @@ -186,7 +186,7 @@ but can also be written as:
Here <varname>args</varname> is bound to the entire argument, which
is further matched against the pattern <literal>{ x, y, z,
... }</literal>. This <literal>@</literal>-pattern makes mainly sense with an
ellipsis(<literal>...</literal>) as you can now access attribute names as
ellipsis(<literal>...</literal>) as you can access attribute names as
<literal>a</literal>, using <literal>args.a</literal>, which was given as an
additional attribute to the function.
</para></listitem>
Expand Down Expand Up @@ -365,4 +365,4 @@ character, or inline/multi-line, enclosed within <literal>/*
</simplesect>


</section>
</section>

0 comments on commit 659a3e3

Please sign in to comment.