Skip to content

Commit

Permalink
It is .pred, not .prev
Browse files Browse the repository at this point in the history
  • Loading branch information
ab5tract committed Jul 10, 2015
1 parent ad5acd2 commit 3bbbb81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Type/Date.pod
Expand Up @@ -65,13 +65,13 @@ For example
method succ(Date:D:) returns Date:D
Returns the following day
Returns the following day.
=head2 method prev
=head2 method pred
method prev(Date:D:) return Date:D
method pred(Date:D:) return Date:D
Returns the previous day
Returns the previous day.
=head2 method Str
Expand Down

0 comments on commit 3bbbb81

Please sign in to comment.