Author: carlin
Date: 2009-10-12 12:11:08 +0200 (Mon, 12 Oct 2009)
New Revision: 28772

Modified:
   docs/Perl6/Spec/S29-functions.pod
Log:
[Spec/S29-functions.pod] Fixed mistake with 'die'. carlin--, masak++

Modified: docs/Perl6/Spec/S29-functions.pod
===================================================================
--- docs/Perl6/Spec/S29-functions.pod   2009-10-12 09:19:28 UTC (rev 28771)
+++ docs/Perl6/Spec/S29-functions.pod   2009-10-12 10:11:08 UTC (rev 28772)
@@ -255,7 +255,8 @@
 
  multi die (@LIST)
 
-Prints each element to $*ERR (STDERR) and throws an exception.
+Throws a fatal Exception. The default exception handler prints each element of
+the list to $*ERR (STDERR).
 
 =item fail
 

Reply via email to