Skip to content

Commit e61b86b

Browse files
Sync the leap exercise's docs with the latest data. (exercism#2648)
1 parent 3e2d2be commit e61b86b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

exercises/practice/leap/.docs/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
A leap year (in the Gregorian calendar) occurs:
44

5-
- In every year that is evenly divisible by 4
5+
- In every year that is evenly divisible by 4.
66
- Unless the year is evenly divisible by 100, in which case it's only a leap year if the year is also evenly divisible by 400.
77

88
Some examples:
99

1010
- 1997 was not a leap year as it's not divisible by 4.
11-
- 1900 was not a leap year as it's not divisible by 400
11+
- 1900 was not a leap year as it's not divisible by 400.
1212
- 2000 was a leap year!
1313

1414
~~~~exercism/note
15-
For a delightful, four minute explanation of the whole phenomenon of leap years, check out [this youtube video](https://www.youtube.com/watch?v=xX96xng7sAE).
15+
For a delightful, four-minute explanation of the whole phenomenon of leap years, check out [this YouTube video](https://www.youtube.com/watch?v=xX96xng7sAE).
1616
~~~~

0 commit comments

Comments
 (0)