Skip to content

Commit 3bbbb81

Browse files
committed
It is .pred, not .prev
1 parent ad5acd2 commit 3bbbb81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/Type/Date.pod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ For example
6565
6666
method succ(Date:D:) returns Date:D
6767
68-
Returns the following day
68+
Returns the following day.
6969
70-
=head2 method prev
70+
=head2 method pred
7171
72-
method prev(Date:D:) return Date:D
72+
method pred(Date:D:) return Date:D
7373
74-
Returns the previous day
74+
Returns the previous day.
7575
7676
=head2 method Str
7777

0 commit comments

Comments
 (0)