We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd95045 commit 712c078Copy full SHA for 712c078
chapters/dates_and_times/date-of-easter.textile
@@ -6,13 +6,13 @@ chapter: Dates and Times
6
7
h2. Problem
8
9
-You need to find the month and day of the Easter Sunday for given year
+You need to find the month and day of the Easter Sunday for given year.
10
11
h2. Solution
12
13
The following function returns array with two elements: month (1-12) and day of the Easter Sunday. If no arguments are given
14
result is for the current year.
15
-This is an implementation of http://en.wikipedia.org/wiki/Computus#Anonymous_Gregorian_algorithm in CoffeeScript
+This is an implementation of "Anonymous Gregorian algorithm":http://en.wikipedia.org/wiki/Computus#Anonymous_Gregorian_algorithm in CoffeeScript
16
17
{% highlight coffeescript %}
18
0 commit comments