mirror of
https://github.com/correl/elm.git
synced 2025-03-07 04:35:48 -10:00
Merge pull request #92 from TrevorBramble/patch-1
Replace a word in one of the guiding comments for clarity
This commit is contained in:
commit
8710ff3d3c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue