summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Kirmess <sven.kirmess@kzone.ch>2021-07-08 21:56:14 +0200
committerKarl Williamson <khw@cpan.org>2021-07-17 06:40:21 -0700
commit88df3495ef351e796cea9d92bdd8da77bace0ef2 (patch)
tree744c7c90eeff1fad4d103e15a32d8325923190d9
parent97a2707cf669478653a34f630e26d4b1e4ad0929 (diff)
downloadperl-88df3495ef351e796cea9d92bdd8da77bace0ef2.tar.gz
Add missing word in 'if's documentation
-rw-r--r--dist/if/if.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/if/if.pm b/dist/if/if.pm
index 87f93806df..1d92c5feb8 100644
--- a/dist/if/if.pm
+++ b/dist/if/if.pm
@@ -92,7 +92,7 @@ version of the module.
=head1 SEE ALSO
-L<Module::Requires> can be used to conditionally load one or modules,
+L<Module::Requires> can be used to conditionally load one or more modules,
with constraints based on the version of the module.
Unlike C<if> though, L<Module::Requires> is not a core module.