Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in functions.pod
  • Loading branch information
Donald Hunter committed Mar 24, 2016
1 parent e9bbef9 commit 4322e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/functions.pod
Expand Up @@ -105,7 +105,7 @@ L<documentation on the C<Signature> class|Signature>.
=head2 Arguments
Arguments are supplied as a comma separated list. To disambugiate nested calls
Arguments are supplied as a comma separated list. To disambiguate nested calls
parentheses or adverbial form can be used.
sub f(&c){ c() * 2 }; # call the function reference c with empty parameter list
Expand Down

0 comments on commit 4322e22

Please sign in to comment.