Author: pmichaud Date: Fri Jun 29 07:07:20 2007 New Revision: 19464 Modified: trunk/docs/pdds/pdd23_exceptions.pod
Log: [docs]: * The phrase 'may not' is sometimes confusing. Modified: trunk/docs/pdds/pdd23_exceptions.pod ============================================================================== --- trunk/docs/pdds/pdd23_exceptions.pod (original) +++ trunk/docs/pdds/pdd23_exceptions.pod Fri Jun 29 07:07:20 2007 @@ -213,8 +213,8 @@ =item B<PMC *get_message()> Get an exception's human-readable self-description. Note that the type of the -returned PMC may not be C<String>, but you should still be able to stringify -and print it. +returned PMC isn't required to be C<String>, but you should still be able +to stringify and print it. =item B<PMC *get_payload()>