Skip to content

Commit

Permalink
Doc fix. It said "macro" where it should have said "template".
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Jul 21, 2006
1 parent 538be49 commit f702faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/lib/Filter/Template.pm
Expand Up @@ -689,7 +689,7 @@ Templates can have parameters. The syntax for template parameters was
based on prototypes for Perl subroutines. The two main differences
are that parameters are named, and sigils are not used.
macro sum_2 (parameter_0, parameter_1) {
template sum_2 (parameter_0, parameter_1) {
print( parameter_0 + parameter_1, "\n" );
}
Expand Down

0 comments on commit f702faa

Please sign in to comment.