summaryrefslogtreecommitdiff
path: root/lib/File
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-03 13:55:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-03 13:55:17 +0000
commitbe6afa270448343c16f7ca13b43bcc64ac015945 (patch)
treea89ac9683d9ac34db171e7a405069c353410372d /lib/File
parent6795a346dd967331b0b6120505d98d9c47937054 (diff)
downloadperl-be6afa270448343c16f7ca13b43bcc64ac015945.tar.gz
Doc tweak from Wolfgang Laun.
p4raw-id: //depot/perl@15702
Diffstat (limited to 'lib/File')
-rw-r--r--lib/File/Compare.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/File/Compare.pm b/lib/File/Compare.pm
index eba17c3253..0b73d7c765 100644
--- a/lib/File/Compare.pm
+++ b/lib/File/Compare.pm
@@ -166,8 +166,8 @@ is basically equivalent to
=head1 RETURN
-File::Compare::compare return 0 if the files are equal, 1 if the
-files are unequal, or -1 if an error was encountered.
+File::Compare::compare and its sibling functions return 0 if the files
+are equal, 1 if the files are unequal, or -1 if an error was encountered.
=head1 AUTHOR