summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-08-20 02:01:35 -0500
committerJesse Luehrs <doy@tozt.net>2012-08-20 02:01:35 -0500
commit58533d39d1bb6153bb897010ba10bc7c5ef5e9b4 (patch)
tree4395bb6aa4f1332cd6c6881c48cb275bb72f9402
parentd3a006d5f0619ca9ffba4111124c402b4eb6a9c4 (diff)
downloadfun-58533d39d1bb6153bb897010ba10bc7c5ef5e9b4.tar.gz
fun-58533d39d1bb6153bb897010ba10bc7c5ef5e9b4.zip
typo
-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