Author: masak
Date: 2009-10-13 16:51:50 +0200 (Tue, 13 Oct 2009)
New Revision: 28780

Modified:
   docs/Perl6/Spec/S06-routines.pod
Log:
[S06] fixed typo

Modified: docs/Perl6/Spec/S06-routines.pod
===================================================================
--- docs/Perl6/Spec/S06-routines.pod    2009-10-13 12:20:46 UTC (rev 28779)
+++ docs/Perl6/Spec/S06-routines.pod    2009-10-13 14:51:50 UTC (rev 28780)
@@ -2752,7 +2752,7 @@
 Bare AST variables (such as the arguments to the macro) may not be
 spliced directly into a quasiquote because they would be taken as
 normal bindings.  Likewise, program text strings to be inserted need
-to be specially marked or they will be bound normally.  To insert a
+to be specially marked or they will be bound normally.  To insert an
 "unquoted" expression of either type within a quasiquote, use the
 quasiquote delimiter tripled, typically a bracketing quote of some sort:
 

Reply via email to