]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Command.pm
Miscellanous doc nits
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Command.pm
index 2afa4b03695ad8b063b7e1ac0d20e35081bdd47f..158d4a3ecec275e4fba394a15700179213c14c1a 100644 (file)
@@ -100,7 +100,7 @@ sub suppressions_tag;
 
 =head2 C<filter $session, $report>
 
-The <$session> calls this method after receiving a report from the tool and before forwarding it to the action.
+The C<$session> calls this method after receiving a report from the tool and before forwarding it to the action.
 You can either return a mangled C<$report> (which does not need to be a clone of the original) or C<undef> if you want the action to ignore it completely.
 
 Defaults to the identity function.