Skip to content

Commit

Permalink
Merge pull request #2 from manwar/tidy-up-pod
Browse files Browse the repository at this point in the history
Tidied up pod documentation. (Pull Request Club Task)
  • Loading branch information
davorg committed Jun 2, 2019
2 parents 857b92b + dcf1127 commit 2471503
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Calendar/Simple.pm
Expand Up @@ -88,7 +88,7 @@ sub calendar {

=head2 date_span
This function returns a cur-down version of a month data structure which
This function returns a cut-down version of a month data structure which
begins and ends on dates other than the first and last dates of the month.
Any weeks that fall completely outside of the date range are removed from
the structure and any days within the remaining weeks that fall outside
Expand Down Expand Up @@ -243,8 +243,8 @@ module.
=head2 Date Range
This module will make use of DateTime.pm if it is installed. By using
DateTime.pm it can use any date that DateTime can represent. If DateTime
This module will make use of L<DateTime> if it is installed. By using
L<DateTime> it can use any date that C<DateTime> can represent. If L<DateTime>
is not installed it uses Perl's built-in date handling and therefore
can't deal with dates before 1970 and it will also have problems with dates
after 2038 on a 32-bit machine.
Expand Down

0 comments on commit 2471503

Please sign in to comment.