summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Fun.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fun.pm b/lib/Fun.pm
index abd62be..4cb1b00 100644
--- a/lib/Fun.pm
+++ b/lib/Fun.pm
@@ -24,7 +24,7 @@ our @EXPORT = our @EXPORT_OK = ('fun');
=head1 DESCRIPTION
-This mdoule provides C<fun>, a new keyword which defines functions the same way
+This module provides C<fun>, a new keyword which defines functions the same way
that C<sub> does, except allowing for function signatures. These signatures
support defaults and slurpy arguments, but no other advanced features. The
behavior should be equivalent to taking the signature, stripping out the