Skip to content

Commit 31748bc

Browse files
author
Konrad Borowski
committed
Merge pull request #11 from vadz/patch-1
Correct day-of-week return value documentation.
2 parents fe0907e + 7f27be4 commit 31748bc

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
@@ -69,7 +69,7 @@ Returns the day of the month of the date (1..31)
6969
7070
method day-of-week(Date:D:) returns Int:D
7171
72-
Returns the day of the week, where 0 is Sunday, 1 is Monday etc.
72+
Returns the day of the week, where 1 is Monday, 2 is Tuesday and Sunday is 7.
7373
7474
=head2 day-of-year
7575

0 commit comments

Comments
 (0)