Skip to content

Commit

Permalink
Merge pull request #147 from glennular/master
Browse files Browse the repository at this point in the history
Update doc to match orginal README
  • Loading branch information
rubysolo committed Mar 14, 2016
2 parents 17ee668 + 17d6324 commit 507cc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/leap/leap.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Year do
on every year that is evenly divisible by 4
except every year that is evenly divisible by 100
except every year that is evenly divisible by 400.
unless the year is also evenly divisible by 400
"""
@spec leap_year?(non_neg_integer) :: boolean
def leap_year?(year) do
Expand Down

0 comments on commit 507cc47

Please sign in to comment.