Skip to content

Commit

Permalink
really update the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Yang committed Oct 20, 2015
1 parent 18edced commit f0bbebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ foo 5 -- 15
-- multiplies the result of that by 4, and then returns the final value.
foo = (*4) . (+10)

-- (5 + 10) * 4 = 40
-- (5 + 10) * 4 = 60
foo 5 -- 60

-- fixing precedence
Expand Down

0 comments on commit f0bbebe

Please sign in to comment.