Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:perl6/doc
  • Loading branch information
stmuk committed Mar 30, 2015
2 parents 7d03cdb + f3df8c1 commit 53efe71
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 53efe71

Please sign in to comment.