use proper markup for code snippet
Karen Etheridge [Tue, 13 Aug 2013 23:28:31 +0000 (16:28 -0700)]
lib/Catalyst/Manual/Intro.pod

index d2e6ba7..5d22c93 100644 (file)
@@ -790,7 +790,7 @@ of Catalyst component class names.
 
 =item * B<Overriding the namespace>
 
-Note that I<< __PACKAGE__->config->(namespace => ... ) >> can be used to override the
+Note that C<< __PACKAGE__->config->(namespace => ... ) >> can be used to override the
 current namespace when matching.  So:
 
     package MyApp::Controller::Example;