Skip to content

Commit 712c078

Browse files
author
Rimantas Liubertas
committed
Fixes typo, adds link
1 parent cd95045 commit 712c078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapters/dates_and_times/date-of-easter.textile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ chapter: Dates and Times
66

77
h2. Problem
88

9-
You need to find the month and day of the Easter Sunday for given year
9+
You need to find the month and day of the Easter Sunday for given year.
1010

1111
h2. Solution
1212

1313
The following function returns array with two elements: month (1-12) and day of the Easter Sunday. If no arguments are given
1414
result is for the current year.
15-
This is an implementation of http://en.wikipedia.org/wiki/Computus#Anonymous_Gregorian_algorithm in CoffeeScript
15+
This is an implementation of "Anonymous Gregorian algorithm":http://en.wikipedia.org/wiki/Computus#Anonymous_Gregorian_algorithm in CoffeeScript
1616

1717
{% highlight coffeescript %}
1818

0 commit comments

Comments
 (0)