summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Inkster <mail@tobyinkster.co.uk>2013-07-30 09:21:10 +0100
committerJesse Luehrs <doy@tozt.net>2013-07-30 15:44:47 -0400
commit314773c1165d30483e56946eb0c6215347a7eebc (patch)
tree69bb26bacf922a6a27b1a7af00ae7ca139f0eddc
parente30e904a59a0a48b43af7e4200d5784445938e51 (diff)
downloadeval-closure-314773c1165d30483e56946eb0c6215347a7eebc.tar.gz
eval-closure-314773c1165d30483e56946eb0c6215347a7eebc.zip
typo
-rw-r--r--lib/Eval/Closure.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Eval/Closure.pm b/lib/Eval/Closure.pm
index cc2602d..854ab2d 100644
--- a/lib/Eval/Closure.pm
+++ b/lib/Eval/Closure.pm
@@ -79,7 +79,7 @@ before lexical subs were available will throw an error.
If set to true, the coderef returned closes over the variables referenced in
the environment hashref. (This feature requires L<Devel::LexAlias>.) If set to
-false, the ccoderef closes over a I<< shallow copy >> of the variables.
+false, the coderef closes over a I<< shallow copy >> of the variables.
If this argument is omitted, Eval::Closure will currently assume false, but
this assumption may change in a future version.