Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11 from vadz/patch-1
Correct day-of-week return value documentation.
  • Loading branch information
Konrad Borowski committed Dec 25, 2012
2 parents fe0907e + 7f27be4 commit 31748bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Date.pod
Expand Up @@ -69,7 +69,7 @@ Returns the day of the month of the date (1..31)
method day-of-week(Date:D:) returns Int:D
Returns the day of the week, where 0 is Sunday, 1 is Monday etc.
Returns the day of the week, where 1 is Monday, 2 is Tuesday and Sunday is 7.
=head2 day-of-year
Expand Down

0 comments on commit 31748bc

Please sign in to comment.