Author: particle
Date: Fri Oct 26 10:26:57 2007
New Revision: 22505

Modified:
   trunk/docs/pdds/pdd23_exceptions.pod

Log:
[PDD23]: typo and formatting fixes

Modified: trunk/docs/pdds/pdd23_exceptions.pod
==============================================================================
--- trunk/docs/pdds/pdd23_exceptions.pod        (original)
+++ trunk/docs/pdds/pdd23_exceptions.pod        Fri Oct 26 10:26:57 2007
@@ -54,7 +54,7 @@
 exception (i.e. the call stack is I<not> unwound first).  See below for more
 detail.
 
-If a I<LABEL> or is provided, Parrot creates and pushes a continuation that
+If a I<LABEL> is provided, Parrot creates and pushes a continuation that
 resumes execution at I<LABEL> if invoked, which has the effect of
 unconditionally handling all errors, and unwinding the stack to that label.
 
@@ -134,6 +134,7 @@
 =back
 
 =head2 Exception Introspection Opcodes
+
 {{ TODO: Provide exception handler stack introspection. }}
 
 These are the opcodes relevant to introspection of the exception handler stack:

Reply via email to