From: Ricardo Signes Date: Thu, 21 Oct 2010 18:58:10 +0000 (-0400) Subject: typo fix X-Git-Tag: Try-Tiny-0.07~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9610f1711c30f19fb9f6de390b7777a4c63df62c;p=p5sagit%2FTry-Tiny.git typo fix --- diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 47752a6..750b4ef 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -204,7 +204,7 @@ You can add finally blocks making the following true. try { die 'foo' } catch { warn "Got a die: $_" } finally { $x = 'bar' }; Finally blocks are always executed making them suitable for cleanup code -which cannot be handled using local. You can add as many finaly blocks to a +which cannot be handled using local. You can add as many finally blocks to a given try block as you like. =head1 EXPORTS