This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Close the filehandle actually being tested in uni/readline.t
[perl5.git] / lib / File / Find.pm
index fe50b4f..ba71ab4 100644 (file)
@@ -281,7 +281,7 @@ links that don't resolve:
     }
 
 Note that you may mix directories and (non-directory) files in the list of 
-directories to be searched by the C<wanted()>.
+directories to be searched by the C<wanted()> function.
 
     find(\&wanted, "./foo", "./bar", "./baz/epsilon");