Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
spider-mario++
  • Loading branch information
usev6 committed Mar 30, 2015
1 parent d34c2da commit f3df8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Language/functions.pod
Expand Up @@ -479,7 +479,7 @@ multi a(Int $x) {
say "Back in Int with $res";
}
a 1; # Int 1\n Any 1\n Bakc in Int with 5
a 1; # Int 1\n Any 1\n Back in Int with 5
=end code
Another common use case is to re-dispatch to the next routine in the chain,
Expand Down

0 comments on commit f3df8c1

Please sign in to comment.