Skip to content

Commit ed0d8f9

Browse files
authored
Update Date.rakudoc (#4580)
Remove extraneous statement that .raku will not accept numerics.
1 parent 2d943be commit ed0d8f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/Type/Date.rakudoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ an object the current day according to the system clock.
2828
say $n - $d; # OUTPUT: «7␤», 7 days between New Years/Christmas Eve
2929
say $n + 1; # OUTPUT: «2016-01-01␤»
3030

31-
B<Note> since version 6.d, .raku can be called on C<Date>. It will also
32-
reject synthetic numerics such as 7̈ .
31+
B<Note> since version 6.d, .raku can be called on C<Date>.
3332

3433
=head1 Methods
3534

0 commit comments

Comments
 (0)