Author: larry
Date: Sat Oct 11 11:58:34 2008
New Revision: 14594
Modified:
doc/trunk/design/syn/S06.pod
Log:
copy/paste error, moritz++
Modified: doc/trunk/design/syn/S06.pod
==============================================================================
--- doc/trunk/design/syn/S06.pod (original)
+++ doc/trunk/design/syn/S06.pod Sat Oct 11 11:58:34 2008
@@ -1381,7 +1381,7 @@
However, as described in the next section, you can always use a
sub-signature instead:
- -> (:$name, :$addr, *%guest_data), $room_num { # WRONG
+ -> (:$name, :$addr, *%guest_data), $room_num { # note ()'s
In fact, the [...] and {...} forms are really just extra documentation
about what you expect.