Pod fix
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual / Troubleshooting.pod
index 643add5..366bdf2 100644 (file)
@@ -15,7 +15,7 @@ SQL tracing, so to see what is happening try
 
   export DBIX_CLASS_STORAGE_DBI_DEBUG=1
 
-Alternatively use the C<storage->debug> class method:-
+Alternatively use the C<< storage->debug >> class method:-
 
   $class->storage->debug(1);