Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Date] fix duplicated text
  • Loading branch information
felher committed Aug 1, 2012
1 parent a878b89 commit 2b6e4f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Date.pod
Expand Up @@ -9,9 +9,8 @@ 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 mean that
comparison mean that comparing them with the string operators C<eq, lt, le>
etc. also gives the right result.
Their stringification in C<YYYY-MM-DD> format means that that comparing them
with the string operators C<eq, lt, le> etc. also gives the right result.
C<Date.today> creates
an object the current day according to the system clock.
Expand Down

0 comments on commit 2b6e4f4

Please sign in to comment.