From: Yuval Kogman <nothingmuch@woobling.org>
Date: Mon, 31 Aug 2009 19:54:32 +0000 (+0300)
Subject: bikeshedding
X-Git-Tag: Try-Tiny-0.01^0
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f9b91e2ccdafc1b6f4c4403614f9efde0b3aac3d;p=p5sagit%2FTry-Tiny.git

bikeshedding
---

diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm
index 0eb0062..6d1ade4 100644
--- a/lib/Try/Tiny.pm
+++ b/lib/Try/Tiny.pm
@@ -247,7 +247,7 @@ can at least be sure there was an error:
 This is because an C<eval> that caught a C<die> will always behave like
 C<return> with no arguments.
 
-=head1 SHINY SUGAR
+=head1 SHINY SYNTAX
 
 Using Perl 5.10 you can enable the C<given>/C<when> construct. The C<catch>
 block is invoked in a topicalizer context (like a C<given> block).