We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d943be commit ed0d8f9Copy full SHA for ed0d8f9
doc/Type/Date.rakudoc
@@ -28,8 +28,7 @@ an object the current day according to the system clock.
28
say $n - $d; # OUTPUT: «7», 7 days between New Years/Christmas Eve
29
say $n + 1; # OUTPUT: «2016-01-01»
30
31
-B<Note> since version 6.d, .raku can be called on C<Date>. It will also
32
-reject synthetic numerics such as 7̈ .
+B<Note> since version 6.d, .raku can be called on C<Date>.
33
34
=head1 Methods
35
0 commit comments