Skip to content

Commit

Permalink
fix comment on isHappy
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymorris committed Feb 29, 2016
1 parent cd902f2 commit b22ebc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Course/State.hs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ distinct =
-- In contrast, a sad number (not a happy number) is where the sum of the square of its digits never reaches 1
-- because it results in a recurring sequence.
--
-- /Tip:/ Use `findM` with `State` and `produce`.
-- /Tip:/ Use `firstRepeat` with `produce`.
--
-- /Tip:/ Use `join` to write a @square@ function.
--
Expand Down

0 comments on commit b22ebc9

Please sign in to comment.