Skip to content

Commit a155c1e

Browse files
tbrowderJJ
authored andcommitted
fix more formats
1 parent cd284b4 commit a155c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/DateTime.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ Returns the instant's time as a fraction of a 24-hour day.
262262
263263
say DateTime.new('2021-12-24T12:23:00.43Z').day-fraction; # OUTPUT: «0.5159772␤»
264264
265-
Notice the `day-fraction` value is the same as the fractional part of
266-
the `modified-julian-date` for the same instant.
265+
Notice the C<day-fraction> value is the same as the fractional part of
266+
the C<modified-julian-date> for the same instant.
267267
268268
=head2 method julian-date
269269

0 commit comments

Comments
 (0)