Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Date] fix duplicate word
  • Loading branch information
moritz committed Aug 1, 2012
1 parent 2b6e4f4 commit d864a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Date.pod
Expand Up @@ -9,7 +9,7 @@ A C<Date> is an immutable object identifying a day in the Gregorian calendar.
Date objects support addition and subtraction of integers, where an
integer is interpreted as the number of days. You can compare Date objects
with the numeric comparison operators C<< ==, <, <=, >, >=, != >>.
Their stringification in C<YYYY-MM-DD> format means that that comparing them
Their stringification in C<YYYY-MM-DD> format means that comparing them
with the string operators C<eq, lt, le> etc. also gives the right result.
C<Date.today> creates
Expand Down

0 comments on commit d864a34

Please sign in to comment.