about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJoachim Schiele <js@lastlog.de>2016-05-30T21·58+0200
committerJoachim Schiele <js@lastlog.de>2016-05-30T21·58+0200
commit6766041b84f5bad6e489087521c3bdaabd750f01 (patch)
tree9248cf25536326b4a358acda791ae8b9ac32195e /doc
parent659a3e399b74d90e1db045fa738d9bc520e2c72c (diff)
Update language-constructs.xml
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/expressions/language-constructs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/expressions/language-constructs.xml b/doc/manual/expressions/language-constructs.xml
index 5bea0206ad..7535e64ea9 100644
--- a/doc/manual/expressions/language-constructs.xml
+++ b/doc/manual/expressions/language-constructs.xml
@@ -185,7 +185,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 
+  ... }</literal>. <literal>@</literal>-pattern makes mainly sense with an 
   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.