Skip to content

Commit 9abdb95

Browse files
committed
fix typo
1 parent bd56171 commit 9abdb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/5to6-nutshell.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ first $coderef, @values, :k;
261261
262262
=begin item
263263
C<&foo;> I<and> C<goto &foo;> I<for re-using the caller's argument list /
264-
replacing the caller in the call stack>. Perl 6 can use either L<C<callsame>|/language/functions#index-entry-dispatch_callsame> for re-dispatching or L<C<nextsame>|/language/functions#index-entry-dispatch_nextsame> and L<C<nextwitch>|/language/functions#index-entry-dispatch_nextwith>, which have no exact equivalent in Perl 5.
264+
replacing the caller in the call stack>. Perl 6 can use either L<C<callsame>|/language/functions#index-entry-dispatch_callsame> for re-dispatching or L<C<nextsame>|/language/functions#index-entry-dispatch_nextsame> and L<C<nextwith>|/language/functions#index-entry-dispatch_nextwith>, which have no exact equivalent in Perl 5.
265265
266266
=begin comment
267267
# TODO: Suggest .nextsame and .nextwith once they've been implemented in Rakudo.

0 commit comments

Comments
 (0)