diff options
author | Joachim Schiele <js@lastlog.de> | 2016-05-30T21·58+0200 |
---|---|---|
committer | Joachim Schiele <js@lastlog.de> | 2016-05-30T21·58+0200 |
commit | 659a3e399b74d90e1db045fa738d9bc520e2c72c (patch) | |
tree | d2c39ee93e0b6cf71347d3d8872d3aa3d55b183f /doc/manual/expressions/language-constructs.xml | |
parent | 8ce96becf0ad7b41a272c4b30c36b56c517a2206 (diff) |
Update language-constructs.xml
Diffstat (limited to 'doc/manual/expressions/language-constructs.xml')
-rw-r--r-- | doc/manual/expressions/language-constructs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/expressions/language-constructs.xml b/doc/manual/expressions/language-constructs.xml index e438e4b20a1c..5bea0206ad15 100644 --- a/doc/manual/expressions/language-constructs.xml +++ b/doc/manual/expressions/language-constructs.xml @@ -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> @@ -365,4 +365,4 @@ character, or inline/multi-line, enclosed within <literal>/* </simplesect> -</section> \ No newline at end of file +</section> |