Author: sorear
Date: 2010-08-01 11:18:45 +0200 (Sun, 01 Aug 2010)
New Revision: 31885

Modified:
   docs/Perl6/Spec/S06-routines.pod
Log:
[S06] fix an obvious typo


Modified: docs/Perl6/Spec/S06-routines.pod
===================================================================
--- docs/Perl6/Spec/S06-routines.pod    2010-08-01 07:09:36 UTC (rev 31884)
+++ docs/Perl6/Spec/S06-routines.pod    2010-08-01 09:18:45 UTC (rev 31885)
@@ -64,7 +64,7 @@
 name within its scope, unless they have an explicit modifier.
 (This is particularly useful when adding to rule sets or when attempting
 to compose conflicting methods from roles.)  Abstractly, the C<proto>
-is a wrapper around the dispatch to the C<multi>.s
+is a wrapper around the dispatch to the C<multi>s.
 
 B<Only> (keyword: C<only>) routines do not share their short names
 with other routines.  This is the default modifier for all routines,

Reply via email to