Skip to content

Commit 9da6285

Browse files
author
Jan-Olof Hendig
committed
Fixed two typos
1 parent 960e14c commit 9da6285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/5to6-perlvar.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,15 +236,15 @@ translation.
236236
237237
=item $^T
238238
239-
Replaced in Perl 6 by C<$*INITITME>. Unlike in Perl 5, this is not in seconds
239+
Replaced in Perl 6 by C<$*INITTIME>. Unlike in Perl 5, this is not in seconds
240240
since epoch, but an C<Instant> object, which is measured in atomic seconds,
241241
with fractions.
242242
243243
=item $PERL_VERSION
244244
245245
=item $^V
246246
247-
As with C<$]> this has been replaced with C<$PERL.version>.
247+
As with C<$]> this has been replaced with C<$*PERL.version>.
248248
249249
=item ${^WIN32_SLOPPY_STAT}
250250

0 commit comments

Comments
 (0)