Merge pull request #92 from TrevorBramble/patch-1

Replace a word in one of the guiding comments for clarity
This commit is contained in:
Katrina Owen 2016-07-24 16:35:03 -06:00 committed by GitHub
commit 8710ff3d3c

View file

@ -9,7 +9,7 @@ file. It has to stay just the way it is.
module HelloWorld exposing (..)
-- It's good style to include a types at the top level of your modules.
-- It's good style to include any types at the top level of your modules.
helloWorld : Maybe String -> String