Skip to content

Commit

Permalink
fix non-compiling example
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Sep 3, 2017
1 parent 35dcc4a commit 68c87ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/containers.pod6
Expand Up @@ -114,7 +114,7 @@ L<arguments|/type/Signature#Constraining_signatures_of_Callables> to calls.
sub f() {}
my &g = sub {}
sub caller(&c1, &c1){ c1, c2 }
sub caller(&c1, &c2){ c1, c2 }
caller(&f, &g);
=head1 Binding
Expand Down

0 comments on commit 68c87ed

Please sign in to comment.