Author: larry
Date: Fri Feb  8 15:23:08 2008
New Revision: 14504

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

Log:
Clarification from Thom Boyer++


Modified: doc/trunk/design/syn/S04.pod
==============================================================================
--- doc/trunk/design/syn/S04.pod        (original)
+++ doc/trunk/design/syn/S04.pod        Fri Feb  8 15:23:08 2008
@@ -907,7 +907,7 @@
 (The C<Failure> may, however, be stored in any container whose type
 allows the C<Failure> role to be mixed in.)  The C<.handled> method
 returns false on failures that have not been handled.  It returns true for
-handled exceptions and for every other kind of object. (That is,
+handled exceptions and for all non-C<Failure> objects. (That is,
 it is an C<Object> method, not a C<Failure> method.  Only C<Failure> objects
 need to store the actual status however; other types just return C<True>.)
 

Reply via email to