summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-21 05:59:33 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-21 05:59:33 -0400
commitf40fec811d49e3ae14f6042ef8c304979a486df2 (patch)
treef4078da0566b5c5f3bb17eeef0e7ee6ffed03bba /IkiWiki.pm
parentf030bce812f0c91616f5eaf5860df6299f09f5eb (diff)
improve comment
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r--IkiWiki.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm
index bd804269d..fc4e044d0 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -1169,7 +1169,7 @@ sub pagespec_merge ($$) { #{{{
} #}}}
sub pagespec_translate ($) { #{{{
- # This assumes that $page is in scope in the function
+ # This assumes that $page and @params are in scope in the function
# that evalulates the translated pagespec code.
my $spec=shift;