Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo in example for method week
  • Loading branch information
Jan-Olof Hendig committed Apr 18, 2016
1 parent 4a9da56 commit 46f8d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Dateish.pod
Expand Up @@ -146,6 +146,6 @@ at the start or end of a year, the week may actually belong to the other year.
my ($year, $week) = Date.new("2014-12-31").week;
say $year; # 2015
say $week; # 1
say Date.new('2015-01-31').week; # 2014 5
say Date.new('2015-01-31').week; # 2015 5
=end pod

0 comments on commit 46f8d06

Please sign in to comment.