POD fix
Shawn M Moore [Tue, 2 Dec 2008 16:11:44 +0000 (16:11 +0000)]
lib/MooseX/Role/Parameterized.pm

index 47377c1..25e94ce 100644 (file)
@@ -249,8 +249,8 @@ is a good thing).
 =head1 CAVEATS
 
 You must use this syntax to declare methods in the role block:
-C<method NAME => sub { ... };>. This is due to a limitation in Perl. In return
-though you can use parameters I<in your methods>!
+C<< method NAME => sub { ... }; >>. This is due to a limitation in Perl. In
+return though you can use parameters I<in your methods>!
 
 You must use all the keywords in the role block. If it turns out to be correct,
 we'll compose the parameterizable role (everything outside the role block) with