Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo with extra "the"
  • Loading branch information
zostay committed Jul 19, 2016
1 parent 2761ecd commit 6530643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/functions.pod6
Expand Up @@ -728,7 +728,7 @@ say LoggedVersion.new('1.0.2');
=end code
If you need to make multiple calls to the wrapped code or to gain a reference to
it, such as for performing introspection on the it, you can use C<nextcallee>.
it, such as performing introspection it, you can use C<nextcallee>.
=begin code
sub power-it($x) { $x * $x }
Expand Down

0 comments on commit 6530643

Please sign in to comment.