develooper Front page | perl.perl6.language | Postings from June 2006

[svn:perl6-synopsis] r9496 - doc/trunk/design/syn

Thread Next
From:
larry
Date:
June 4, 2006 14:40
Subject:
[svn:perl6-synopsis] r9496 - doc/trunk/design/syn
Message ID:
20060604214048.16713CBA47@x12.develooper.com
Author: larry
Date: Sun Jun  4 14:40:47 2006
New Revision: 9496

Modified:
   doc/trunk/design/syn/S03.pod

Log:
typo from szbalint++


Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod	(original)
+++ doc/trunk/design/syn/S03.pod	Sun Jun  4 14:40:47 2006
@@ -39,7 +39,7 @@
 argument, and C<+> imposes a numeric (C<Num>) context (as opposed
 to being a no-op in Perl 5).  Along the same lines, C<?> imposes
 a boolean (C<Bool>) context, and the C<[,]> list operator imposes
-an function-arguments (C<Capture>) context on its argumetns.
+an function-arguments (C<Capture>) context on its arguments.
 Unary sigils impose the container context implied by their sigil.
 As with Perl 5, however, C<$$foo[bar]> parses as C<$($foo)[bar]>,
 so you need C<$($foo[bar])> to mean the other way.

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About