Author: larry
Date: Sat Feb  9 08:36:16 2008
New Revision: 14507

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

Log:
typo from David.Green++


Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod        (original)
+++ doc/trunk/design/syn/S02.pod        Sat Feb  9 08:36:16 2008
@@ -866,7 +866,7 @@
 Whenever a C<Failure> value is put into a typed container, it takes
 on the type specified by the container but continues to carry the
 C<Failure> role.  (The C<undef> function merely returns the most
-generic C<Failure> object.  Use C<fail> to more specific failures.  Use
+generic C<Failure> object.  Use C<fail> to return more specific failures.  Use
 C<Object> for the most generic non-failure undefined value.  The C<Any>
 type is also undefined, but excludes C<Junctions> so that autothreading
 may be dispatched using normal multiple dispatch rules.)

Reply via email to