Skip to content

Commit d864a34

Browse files
committed
[Date] fix duplicate word
1 parent 2b6e4f4 commit d864a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Date.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A C<Date> is an immutable object identifying a day in the Gregorian calendar.
99
Date objects support addition and subtraction of integers, where an
1010
integer is interpreted as the number of days. You can compare Date objects
1111
with the numeric comparison operators C<< ==, <, <=, >, >=, != >>.
12-
Their stringification in C<YYYY-MM-DD> format means that that comparing them
12+
Their stringification in C<YYYY-MM-DD> format means that comparing them
1313
with the string operators C<eq, lt, le> etc. also gives the right result.
1414
1515
C<Date.today> creates

0 commit comments

Comments
 (0)