* Remove a redundant dot (Nicolas Pierron).

This commit is contained in:
Eelco Dolstra 2011-12-30 17:31:58 +00:00
parent ed11b17b2e
commit f2d65c9c80
1 changed files with 1 additions and 1 deletions

View File

@ -982,7 +982,7 @@ map (concat "foo") ["bar" "bla" "abc"]</programlisting>
(<literal>...</literal>):
<programlisting>
{x, y, z, ....}: z + y + x</programlisting>
{x, y, z, ...}: z + y + x</programlisting>
This works on any set that contains at least the three named
attributes.</para>