From 718693ef48641e28c3382467ae2959322923fcda Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Mon, 3 Feb 2014 17:09:52 -0600 Subject: [haskell/en] Fixes issue #510 --- haskell.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell.html.markdown b/haskell.html.markdown index 341c013e..e0489710 100644 --- a/haskell.html.markdown +++ b/haskell.html.markdown @@ -303,7 +303,7 @@ Nothing -- of type `Maybe a` for any `a` -- While IO can't be explained fully without explaining monads, -- it is not hard to explain enough to get going. --- When a Haskell program is executed, the function `main` is +-- When a Haskell program is executed, `main` is -- called. It must return a value of type `IO ()`. For example: main :: IO () -- cgit v1.2.3