Skip to content

Commit

Permalink
corrects sintax mistake #2632
Browse files Browse the repository at this point in the history
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 0fc4781 commit 63c68f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Date.pod6
Expand Up @@ -28,7 +28,7 @@ an object the current day according to the system clock.
say $n - $d; # OUTPUT: «7␤», 7 days between New Years/Christmas Eve
say $n + 1; # OUTPUT: «2016-01-01␤»
B<Note> since version 6.2, .perl can be called on C<Date>.
B<Note> since version 6.d, .perl can be called on C<Date>.
=head1 Methods
Expand Down

0 comments on commit 63c68f3

Please sign in to comment.