Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes spelling mistake
I had misunderstood it and instead of writing version 6.d I wrote 6.2.
  • Loading branch information
ElenaMerelo committed Mar 2, 2019
1 parent 63c68f3 commit f1478e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/CallFrame.pod6
Expand Up @@ -100,7 +100,7 @@ Return a L<Hash|/type/Hash> that names all the variables and their values associ
my $frame = some-value();
say $frame.my<$the-answer>; # OUTPUT: «42␤»
B<Note> From version 6.2, C<.perl> can be called on C<CallFrame>.
B<Note> From version 6.d, C<.perl> can be called on C<CallFrame>.
=head1 Routines
Expand Down

0 comments on commit f1478e1

Please sign in to comment.